Methods Summary |
---|
public void | addChangeRightsAction(java.lang.String rights, java.lang.String to_file)Add an installation "change rights" action to change a file rights
|
public void | addMoveAction(java.lang.String from_file_or_resource, java.lang.String to_file)Add an installation "move" action to move either an absolute file or resource
|
public void | addRemoveAction(java.lang.String file)Adds an action to remove either a directory (recursively delete) or file
|
public void | addResource(java.lang.String resource_name, java.io.InputStream is)Add a resource to the installation. The file will be saved away for later use.
|
public void | addResource(java.lang.String resource_name, java.io.InputStream is, boolean closeInputStream)Add a resource to the installation. The file will be saved away for later use.
|
public java.lang.String | getInstallDir()Returns the absolute path of the Azureus install dir (i.e. where Azureus2.jar etc is located)
|
public java.lang.String | getUserDir()Returns the absolute path of the user dir (i.e. where config is stored)
|