Uses of Class
org.codehaus.plexus.components.io.attributes.FileAttributes
-
Packages that use FileAttributes Package Description org.codehaus.plexus.components.io.attributes org.codehaus.plexus.components.io.resources Resources and Resource Collections -
-
Uses of FileAttributes in org.codehaus.plexus.components.io.attributes
Subclasses of FileAttributes in org.codehaus.plexus.components.io.attributes Modifier and Type Class Description class
UserGroupModeFileAttributes
Constructors in org.codehaus.plexus.components.io.attributes with parameters of type FileAttributes Constructor Description UserGroupModeFileAttributes(java.lang.Integer uid, java.lang.String userName, java.lang.Integer gid, java.lang.String groupName, int mode, FileAttributes base)
-
Uses of FileAttributes in org.codehaus.plexus.components.io.resources
Fields in org.codehaus.plexus.components.io.resources declared as FileAttributes Modifier and Type Field Description private FileAttributes
PlexusIoFileResource. fileAttributes
Methods in org.codehaus.plexus.components.io.resources that return FileAttributes Modifier and Type Method Description FileAttributes
PlexusIoFileResource. getFileAttributes()
Constructors in org.codehaus.plexus.components.io.resources with parameters of type FileAttributes Constructor Description PlexusIoFileResource(java.io.File file, java.lang.String name, PlexusIoResourceAttributes attrs, FileAttributes fileAttributes, ContentSupplier contentSupplier, InputStreamTransformer streamTransformer)
-