Uses of Class
org.apache.rat.document.DocumentName.Builder
Packages that use DocumentName.Builder
-
Uses of DocumentName.Builder in org.apache.rat.document
Methods in org.apache.rat.document that return DocumentName.BuilderModifier and TypeMethodDescriptionstatic DocumentName.BuilderDocumentName.builder()Creates a Builder with the default file system info.static DocumentName.BuilderCreates a builder from a File.static DocumentName.BuilderDocumentName.builder(FileSystem fileSystem)Creates a builder for the specified file system.static DocumentName.BuilderDocumentName.builder(DocumentName documentName)Creates a builder from a document name.static DocumentName.BuilderDocumentName.builder(DocumentName.FSInfo fsInfo)Creates a builder with the specified FSInfo instance.DocumentName.Builder.setBaseName(File file)Sets the basename from a File.DocumentName.Builder.setBaseName(String baseName)Sets the baseName.DocumentName.Builder.setBaseName(DocumentName baseName)Sets the basename from thenameof the specified DocumentName.Sets the properties from the file.Sets the name for this DocumentName relative to the baseName.Sets the root for the DocumentName.