com.partnersoft.update.info
Class UpdateInfo

java.lang.Object
  extended by com.partnersoft.update.info.UpdateInfo

public class UpdateInfo
extends java.lang.Object

Reads everything in the update/info directory.

Author:
Russell Cagle Copyright 2006 Partner Software, Inc.

Constructor Summary
UpdateInfo()
           
UpdateInfo(java.io.File root)
           
 
Method Summary
 java.lang.String getInstallType()
           
 java.lang.String getLastUpdated()
           
 java.lang.String getReleaseNotes()
           
 java.util.ArrayList<UpdateChainRecord> getUpdateChain()
           
 java.lang.String getUpdateSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateInfo

public UpdateInfo()
           throws java.io.IOException
Throws:
java.io.IOException

UpdateInfo

public UpdateInfo(java.io.File root)
           throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getInstallType

public java.lang.String getInstallType()

getLastUpdated

public java.lang.String getLastUpdated()

getReleaseNotes

public java.lang.String getReleaseNotes()

getUpdateChain

public java.util.ArrayList<UpdateChainRecord> getUpdateChain()

getUpdateSource

public java.lang.String getUpdateSource()