org.ops4j.pax.url.dir.internal.bundle
Class ResourceWriter

java.lang.Object
  extended by org.ops4j.pax.url.dir.internal.bundle.ResourceWriter
All Implemented Interfaces:
ResourceLocator

public class ResourceWriter
extends java.lang.Object
implements ResourceLocator

Since:
Jan 14, 2009
Author:
Toni Menzel (tonit)

Constructor Summary
ResourceWriter(java.io.File base)
           
ResourceWriter(java.io.FilenameFilter filter, java.io.File base)
           
 
Method Summary
 void write(java.util.jar.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
 

Constructor Detail

ResourceWriter

public ResourceWriter(java.io.FilenameFilter filter,
                      java.io.File base)

ResourceWriter

public ResourceWriter(java.io.File base)
Method Detail

write

public void write(java.util.jar.JarOutputStream target)
           throws java.io.IOException
This locates the top level resource folders for the current component

Specified by:
write in interface ResourceLocator
Parameters:
target - to write to
Throws:
java.io.IOException


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.