Uses of Interface
org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributes
-
Packages that use PlexusIoResourceAttributes Package Description org.codehaus.plexus.components.io.attributes org.codehaus.plexus.components.io.attributes.proxy org.codehaus.plexus.components.io.functions org.codehaus.plexus.components.io.resources Resources and Resource Collections -
-
Uses of PlexusIoResourceAttributes in org.codehaus.plexus.components.io.attributes
Classes in org.codehaus.plexus.components.io.attributes that implement PlexusIoResourceAttributes Modifier and Type Class Description class
FileAttributes
class
SimpleResourceAttributes
class
UserGroupModeFileAttributes
Methods in org.codehaus.plexus.components.io.attributes that return types with arguments of type PlexusIoResourceAttributes Modifier and Type Method Description static Map<String,PlexusIoResourceAttributes>
PlexusIoResourceAttributeUtils. getFileAttributesByPath(File dir)
static Map<String,PlexusIoResourceAttributes>
PlexusIoResourceAttributeUtils. getFileAttributesByPath(File dir, boolean recursive)
static Map<String,PlexusIoResourceAttributes>
PlexusIoResourceAttributeUtils. getFileAttributesByPath(File dir, boolean recursive, boolean followLinks)
Methods in org.codehaus.plexus.components.io.attributes with parameters of type PlexusIoResourceAttributes Modifier and Type Method Description static PlexusIoResourceAttributes
PlexusIoResourceAttributeUtils. mergeAttributes(PlexusIoResourceAttributes override, PlexusIoResourceAttributes base, PlexusIoResourceAttributes def)
-
Uses of PlexusIoResourceAttributes in org.codehaus.plexus.components.io.attributes.proxy
Classes in org.codehaus.plexus.components.io.attributes.proxy that implement PlexusIoResourceAttributes Modifier and Type Class Description class
PlexusIoProxyResourceAttributes
Constructors in org.codehaus.plexus.components.io.attributes.proxy with parameters of type PlexusIoResourceAttributes Constructor Description PlexusIoProxyResourceAttributes(PlexusIoResourceAttributes thisAttr)
-
Uses of PlexusIoResourceAttributes in org.codehaus.plexus.components.io.functions
Methods in org.codehaus.plexus.components.io.functions that return PlexusIoResourceAttributes Modifier and Type Method Description PlexusIoResourceAttributes
ResourceAttributeSupplier. getAttributes()
-
Uses of PlexusIoResourceAttributes in org.codehaus.plexus.components.io.resources
Methods in org.codehaus.plexus.components.io.resources that return PlexusIoResourceAttributes Modifier and Type Method Description protected abstract PlexusIoResourceAttributes
PlexusIoCompressedFileResourceCollection. getAttributes(File f)
PlexusIoResourceAttributes
PlexusIoFileResource. getAttributes()
PlexusIoResourceAttributes
PlexusIoSymlinkResource. getAttributes()
protected PlexusIoResourceAttributes
AbstractPlexusIoResourceCollectionWithAttributes. getDefaultDirAttributes()
protected PlexusIoResourceAttributes
AbstractPlexusIoResourceCollectionWithAttributes. getDefaultFileAttributes()
protected PlexusIoResourceAttributes
AbstractPlexusIoResourceCollectionWithAttributes. getOverrideDirAttributes()
protected PlexusIoResourceAttributes
AbstractPlexusIoResourceCollectionWithAttributes. getOverrideFileAttributes()
protected PlexusIoResourceAttributes
AbstractPlexusIoResourceCollectionWithAttributes. mergeAttributes(PlexusIoResourceAttributes currentAttrs, boolean isDirectory)
Methods in org.codehaus.plexus.components.io.resources with parameters of type PlexusIoResourceAttributes Modifier and Type Method Description static PlexusIoResource
ResourceFactory. createResource(File f, String name, ContentSupplier contentSupplier, PlexusIoResourceAttributes attributes)
static PlexusIoResource
ResourceFactory. createResource(File f, String name, ContentSupplier contentSupplier, InputStreamTransformer inputStreamTransformer, PlexusIoResourceAttributes attributes)
protected PlexusIoResourceAttributes
AbstractPlexusIoResourceCollectionWithAttributes. mergeAttributes(PlexusIoResourceAttributes currentAttrs, boolean isDirectory)
protected void
AbstractPlexusIoResourceCollectionWithAttributes. setDefaultDirAttributes(PlexusIoResourceAttributes defaultDirAttributes)
protected void
AbstractPlexusIoResourceCollectionWithAttributes. setDefaultFileAttributes(PlexusIoResourceAttributes defaultFileAttributes)
protected void
AbstractPlexusIoResourceCollectionWithAttributes. setOverrideDirAttributes(PlexusIoResourceAttributes overrideDirAttributes)
protected void
AbstractPlexusIoResourceCollectionWithAttributes. setOverrideFileAttributes(PlexusIoResourceAttributes overrideFileAttributes)
Constructors in org.codehaus.plexus.components.io.resources with parameters of type PlexusIoResourceAttributes Constructor Description PlexusIoFileResource(File file, String name, PlexusIoResourceAttributes attrs)
-