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 Summary
Constructors Constructor Description PlexusIoNonExistingDirectoryResource(String name) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull InputStreamgetContents()URLgetURL() 
 - 
 
- 
- 
Constructor Detail
- 
PlexusIoNonExistingDirectoryResource
public PlexusIoNonExistingDirectoryResource(String name)
 
 - 
 
- 
Method Detail
- 
getContents
@NotNull public @NotNull InputStream getContents() throws IOException
- Throws:
 IOException
 
- 
getURL
public URL getURL() throws IOException
- Throws:
 IOException
 
 - 
 
 -