Class PlexusIoNonExistingDirectoryResource
- java.lang.Object
- 
- org.codehaus.plexus.components.io.resources.AbstractPlexusIoResource
- 
- org.apache.jackrabbit.filevault.maven.packaging.impl.PlexusIoNonExistingDirectoryResource
 
 
- 
- All Implemented Interfaces:
- org.codehaus.plexus.components.io.fileselectors.FileInfo,- org.codehaus.plexus.components.io.functions.ContentSupplier,- org.codehaus.plexus.components.io.functions.NameSupplier,- org.codehaus.plexus.components.io.functions.SizeSupplier,- org.codehaus.plexus.components.io.resources.PlexusIoResource
 
 public class PlexusIoNonExistingDirectoryResource extends org.codehaus.plexus.components.io.resources.AbstractPlexusIoResource
- 
- 
Constructor SummaryConstructors Constructor Description PlexusIoNonExistingDirectoryResource(String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull InputStreamgetContents()URLgetURL()
 
- 
- 
- 
Constructor Detail- 
PlexusIoNonExistingDirectoryResourcepublic PlexusIoNonExistingDirectoryResource(String name) 
 
- 
 - 
Method Detail- 
getContents@NotNull public @NotNull InputStream getContents() throws IOException - Throws:
- IOException
 
 - 
getURLpublic URL getURL() throws IOException - Throws:
- IOException
 
 
- 
 
-