|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ProviderInterface
Interface for all the provider handlers
| Method Summary | |
|---|---|
boolean |
close()
Description of the Method |
int |
getBaseScore()
Gets the baseScore attribute of the ProviderInterface object |
java.lang.String |
getDescription()
Gets the description attribute of the ProviderInterface object |
java.util.jar.JarFile |
getIncludedPackageJarFile(java.lang.String path,
java.lang.String id,
java.lang.String version,
java.lang.String packageid,
java.lang.String packageversion)
Gets the includedPackageJarFile attribute of the ProviderInterface object |
java.util.jar.JarFile |
getJarFile(java.lang.String path,
java.lang.String id,
java.lang.String version)
Gets the jarFile attribute of the ProviderInterface object |
java.io.BufferedInputStream |
getJarStream(java.lang.String path)
Gets the jarStream attribute of the ProviderInterface object |
java.lang.String |
getMaintainer()
Gets the maintainer attribute of the ProviderInterface object |
java.lang.String |
getMethod()
Gets the method attribute of the ProviderInterface object |
java.lang.String |
getName()
Gets the name attribute of the ProviderInterface object |
void |
getPackages()
Gets the packages attribute of the ProviderInterface object |
java.lang.String |
getPath()
Gets the path attribute of the ProviderInterface object |
java.lang.String |
getState()
Gets the state attribute of the ProviderInterface object |
void |
init(org.w3c.dom.Node n,
java.lang.String name,
java.lang.String method,
java.lang.String maintainer)
Description of the Method |
void |
init(java.lang.String name,
java.lang.String method,
java.lang.String maintainer,
java.lang.String path)
Description of the Method |
long |
lastSeen()
Description of the Method |
boolean |
publish(CreatorInterface creator,
BundleInterface bundle,
java.lang.String sharepassword)
|
boolean |
publish(CreatorInterface creator,
PackageInterface p,
java.lang.String sharepassword)
|
void |
setAccount(java.lang.String account)
Sets the account attribute of the ProviderInterface object |
void |
setDescription(java.lang.String description)
Sets the description attribute of the ProviderInterface object |
void |
setInstallStep(installStep step)
Sets the installStep attribute of the ProviderInterface object |
void |
setMaintainer(java.lang.String maintainer)
Sets the maintainer attribute of the ProviderInterface object |
void |
setPackageStep(packageStep step)
|
void |
setPassword(java.lang.String password)
Sets the password attribute of the ProviderInterface object |
void |
setPath(java.lang.String path)
Sets the path attribute of the ProviderInterface object |
void |
setState(java.lang.String state)
Sets the state attribute of the ProviderInterface object |
void |
signalUpdate()
Description of the Method |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getMethod()
java.lang.String getPath()
java.lang.String getState()
java.lang.String getMaintainer()
java.lang.String getDescription()
void setMaintainer(java.lang.String maintainer)
maintainer - The new maintainer valuevoid setPath(java.lang.String path)
path - The new path valuevoid setInstallStep(installStep step)
step - The installstepvoid setPackageStep(packageStep step)
void setDescription(java.lang.String description)
description - The new description valuevoid setState(java.lang.String state)
state - The new state valuevoid setAccount(java.lang.String account)
account - The new account valuevoid setPassword(java.lang.String password)
password - The new password valueint getBaseScore()
java.util.jar.JarFile getJarFile(java.lang.String path,
java.lang.String id,
java.lang.String version)
path - Description of the Parameterid - Description of the Parameterversion - Description of the Parameter
java.util.jar.JarFile getIncludedPackageJarFile(java.lang.String path,
java.lang.String id,
java.lang.String version,
java.lang.String packageid,
java.lang.String packageversion)
path - Description of the Parameterid - Description of the Parameterversion - Description of the Parameterpackageid - Description of the Parameterpackageversion - Description of the Parameter
java.io.BufferedInputStream getJarStream(java.lang.String path)
path - Description of the Parameter
void signalUpdate()
long lastSeen()
boolean close()
void getPackages()
void init(org.w3c.dom.Node n,
java.lang.String name,
java.lang.String method,
java.lang.String maintainer)
n - Description of the Parametername - Description of the Parametermethod - Description of the Parametermaintainer - Description of the Parameter
void init(java.lang.String name,
java.lang.String method,
java.lang.String maintainer,
java.lang.String path)
name - Description of the Parametermethod - Description of the Parametermaintainer - Description of the Parameterpath - Description of the Parameter
boolean publish(CreatorInterface creator,
BundleInterface bundle,
java.lang.String sharepassword)
boolean publish(CreatorInterface creator,
PackageInterface p,
java.lang.String sharepassword)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||