org.ops4j.pax.url.dir.internal.bundle
Class ResourceWriter
java.lang.Object
org.ops4j.pax.url.dir.internal.bundle.ResourceWriter
- All Implemented Interfaces:
- ResourceLocator
public class ResourceWriter
- extends Object
- implements ResourceLocator
- Since:
- Jan 14, 2009
- Author:
- Toni Menzel (tonit)
Method Summary |
void |
write(JarOutputStream target)
This locates the top level resource folders for the current component |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceWriter
public ResourceWriter(FilenameFilter filter,
File base)
ResourceWriter
public ResourceWriter(File base)
write
public void write(JarOutputStream target)
throws IOException
- This locates the top level resource folders for the current component
- Specified by:
write
in interface ResourceLocator
- Parameters:
target
- to write to
- Throws:
IOException
Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.