org.apache.geronimo.system.plugin
Class PluginMetadata.CopyFile

java.lang.Object
  extended by org.apache.geronimo.system.plugin.PluginMetadata.CopyFile
All Implemented Interfaces:
Serializable
Enclosing class:
PluginMetadata

public static class PluginMetadata.CopyFile
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PluginMetadata.CopyFile(boolean relativeToVar, String sourceFile, String destDir)
           
 
Method Summary
 String getDestDir()
           
 String getSourceFile()
           
 boolean isRelativeToVar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginMetadata.CopyFile

public PluginMetadata.CopyFile(boolean relativeToVar,
                               String sourceFile,
                               String destDir)
Method Detail

isRelativeToVar

public boolean isRelativeToVar()

getSourceFile

public String getSourceFile()

getDestDir

public String getDestDir()


Copyright © 2006 Apache Software Foundation. All Rights Reserved.