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 relativeToServer, String sourceFile, String destDir)
           
 
Method Summary
 String getDestDir()
           
 String getSourceFile()
           
 boolean isRelativeToServer()
           
 
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 relativeToServer,
                               String sourceFile,
                               String destDir)
Method Detail

isRelativeToServer

public boolean isRelativeToServer()

getSourceFile

public String getSourceFile()

getDestDir

public String getDestDir()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.