com.pmease.quickbuild
Class FileDelivery

java.lang.Object
  extended by com.pmease.quickbuild.FileDelivery
All Implemented Interfaces:
java.io.Serializable

public class FileDelivery
extends java.lang.Object
implements java.io.Serializable

The file delivery object.

See Also:
Serialized Form

Constructor Summary
FileDelivery()
           
 
Method Summary
 java.lang.String getDestPath()
           
 java.lang.String getFilePatterns()
           
 java.lang.String getSrcPath()
           
 void setDestPath(java.lang.String destPath)
           
 void setFilePatterns(java.lang.String filePatterns)
           
 void setSrcPath(java.lang.String srcPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileDelivery

public FileDelivery()
Method Detail

getSrcPath

public java.lang.String getSrcPath()
Get source path of files to promote.


setSrcPath

public void setSrcPath(java.lang.String srcPath)

getFilePatterns

public java.lang.String getFilePatterns()
Get patterns of files to promote.


setFilePatterns

public void setFilePatterns(java.lang.String filePatterns)

getDestPath

public java.lang.String getDestPath()
Get destination path to put promoted files.


setDestPath

public void setDestPath(java.lang.String destPath)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.