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.Builder
DocumentName.builder()
Creates a Builder with the default file system info.static DocumentName.Builder
Creates a builder from a File.static DocumentName.Builder
DocumentName.builder(FileSystem fileSystem)
Creates a builder for the specified file system.static DocumentName.Builder
DocumentName.builder(DocumentName documentName)
Creates a builder from a document name.static DocumentName.Builder
DocumentName.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 thename
of 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.