Uses of Interface
org.codehaus.plexus.components.io.attributes.PlexusIoResourceAttributes
Packages that use PlexusIoResourceAttributes
Package
Description
Resources and Resource Collections
-
Uses of PlexusIoResourceAttributes in org.codehaus.plexus.components.io.attributes
Classes in org.codehaus.plexus.components.io.attributes that implement PlexusIoResourceAttributesModifier and TypeClassDescriptionclass
class
class
Methods in org.codehaus.plexus.components.io.attributes that return PlexusIoResourceAttributesModifier and TypeMethodDescriptionstatic PlexusIoResourceAttributes
PlexusIoResourceAttributeUtils.getFileAttributes
(File file) static PlexusIoResourceAttributes
PlexusIoResourceAttributeUtils.getFileAttributes
(File file, boolean followLinks) static PlexusIoResourceAttributes
SimpleResourceAttributes.lastResortDummyAttributesForBrokenOS()
static PlexusIoResourceAttributes
PlexusIoResourceAttributeUtils.mergeAttributes
(PlexusIoResourceAttributes override, PlexusIoResourceAttributes base, PlexusIoResourceAttributes def) SimpleResourceAttributes.setGroupId
(Integer gid) SimpleResourceAttributes.setGroupName
(String name) SimpleResourceAttributes.setOctalMode
(int mode) SimpleResourceAttributes.setOctalModeString
(String mode) SimpleResourceAttributes.setUserName
(String name) static PlexusIoResourceAttributes
Methods in org.codehaus.plexus.components.io.attributes that return types with arguments of type PlexusIoResourceAttributesModifier and TypeMethodDescriptionstatic 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 PlexusIoResourceAttributesModifier and TypeMethodDescriptionstatic 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 PlexusIoResourceAttributesFields in org.codehaus.plexus.components.io.attributes.proxy declared as PlexusIoResourceAttributesModifier and TypeFieldDescription(package private) final PlexusIoResourceAttributes
PlexusIoProxyResourceAttributes.target
Constructors in org.codehaus.plexus.components.io.attributes.proxy with parameters of type PlexusIoResourceAttributesModifierConstructorDescription -
Uses of PlexusIoResourceAttributes in org.codehaus.plexus.components.io.functions
Methods in org.codehaus.plexus.components.io.functions that return PlexusIoResourceAttributes -
Uses of PlexusIoResourceAttributes in org.codehaus.plexus.components.io.resources
Fields in org.codehaus.plexus.components.io.resources declared as PlexusIoResourceAttributesModifier and TypeFieldDescriptionprivate final PlexusIoResourceAttributes
PlexusIoFileResource.attributes
private PlexusIoResourceAttributes
AbstractPlexusIoResourceCollectionWithAttributes.defaultDirAttributes
private PlexusIoResourceAttributes
AbstractPlexusIoResourceCollectionWithAttributes.defaultFileAttributes
private PlexusIoResourceAttributes
AbstractPlexusIoResourceCollectionWithAttributes.overrideDirAttributes
private PlexusIoResourceAttributes
AbstractPlexusIoResourceCollectionWithAttributes.overrideFileAttributes
Methods in org.codehaus.plexus.components.io.resources that return PlexusIoResourceAttributesModifier and TypeMethodDescriptionprivate static PlexusIoResourceAttributes
PlexusIoFileResourceCollection.createDefaults
(int uid, String userName, int gid, String groupName, int mode) protected abstract PlexusIoResourceAttributes
PlexusIoCompressedFileResourceCollection.getAttributes
(File f) PlexusIoFileResource.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 PlexusIoResourceAttributesModifier and TypeMethodDescriptionstatic 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 PlexusIoResourceAttributesModifierConstructorDescriptionprotected
PlexusIoFileResource
(File file, String name, PlexusIoResourceAttributes attrs) (package private)
PlexusIoFileResource
(File file, String name, PlexusIoResourceAttributes attrs, FileAttributes fileAttributes, ContentSupplier contentSupplier, InputStreamTransformer streamTransformer) (package private)
PlexusIoFileResource
(File file, String name, PlexusIoResourceAttributes attrs, ContentSupplier contentSupplier, InputStreamTransformer streamTransformer) (package private)
PlexusIoSymlinkResource
(File symlinkfile, String name, PlexusIoResourceAttributes attrs) private
PlexusIoSymlinkResource
(File symlinkfile, String name, PlexusIoResourceAttributes attrs, String symLinkDestination, PlexusIoFileResource targetResource) (package private)
PlexusIoSymlinkResource
(File symlinkfile, String name, PlexusIoResourceAttributes attrs, Path linkPath) private
PlexusIoSymlinkResource
(File symlinkfile, String name, PlexusIoResourceAttributes attrs, Path path, Path linkPath)