org.jasen.update
Class JasenAutoUpdateFile

java.lang.Object
  extended byorg.jasen.update.JasenAutoUpdateFile
All Implemented Interfaces:
Serializable

public class JasenAutoUpdateFile
extends Object
implements Serializable

Describes a file received from the update site inside an update pack (archive).

Author:
Jason Polites
See Also:
Serialized Form

Constructor Summary
JasenAutoUpdateFile()
           
 
Method Summary
 String getArchivePath()
          Gets the path to the file in the update archive
 String getJasenPath()
          Gets the local relative path in jASEN into which the files should be deposited
 void setArchivePath(String archivePath)
          Sets the path to the file in the update archive
 void setJasenPath(String jasenPath)
          Sets the local relative path in jASEN into which the files should be deposited
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JasenAutoUpdateFile

public JasenAutoUpdateFile()
Method Detail

getArchivePath

public String getArchivePath()
Gets the path to the file in the update archive

Returns:
The path to the update archive (jar)

setArchivePath

public void setArchivePath(String archivePath)
Sets the path to the file in the update archive

Parameters:
archivePath -

getJasenPath

public String getJasenPath()
Gets the local relative path in jASEN into which the files should be deposited

Returns:
An absolute file path

setJasenPath

public void setJasenPath(String jasenPath)
Sets the local relative path in jASEN into which the files should be deposited

Parameters:
jasenPath -