|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mmbase.applications.packaging.projects.Target
public class Target
| Constructor Summary | |
|---|---|
Target(Project parent,
java.lang.String name)
Constructor for the Target object |
|
| Method Summary | |
|---|---|
boolean |
addPackage(java.lang.String newpackage)
Adds a feature to the Package attribute of the Target object |
boolean |
addPackageContact(java.lang.String newreason,
java.lang.String newname,
java.lang.String newemail)
Adds a feature to the PackageContact attribute of the Target object |
boolean |
addPackageDepends(java.lang.String packageid,
java.lang.String version)
Adds a feature to the PackageDepends attribute of the Target object |
boolean |
addPackageDeveloper(java.lang.String newname,
java.lang.String newcompany)
Adds a feature to the PackageDeveloper attribute of the Target object |
boolean |
addPackageInitiator(java.lang.String newname,
java.lang.String newcompany)
Adds a feature to the PackageInitiator attribute of the Target object |
boolean |
addPackageSupporter(java.lang.String newcompany)
Adds a feature to the PackageSupporter attribute of the Target object |
void |
addRelatedTargetsCreate(Target t)
|
void |
addScreenshot(java.lang.String name,
java.lang.String file,
java.lang.String description)
|
void |
addStarturl(java.lang.String name,
java.lang.String link,
java.lang.String description)
|
void |
clearPackageSteps()
Description of the Method |
boolean |
createPackage(int version)
Description of the Method |
void |
createPackageThreaded(int version)
|
boolean |
delIncludedPackage(java.lang.String id)
Description of the Method |
boolean |
delPackageContact(java.lang.String oldreason,
java.lang.String oldname,
java.lang.String oldemail)
Description of the Method |
boolean |
delPackageDepends(java.lang.String packageid,
java.lang.String version,
java.lang.String versionmode)
Description of the Method |
boolean |
delPackageDeveloper(java.lang.String oldname,
java.lang.String oldcompany)
Description of the Method |
boolean |
delPackageInitiator(java.lang.String oldname,
java.lang.String oldcompany)
Description of the Method |
boolean |
delPackageSupporter(java.lang.String oldcompany)
Description of the Method |
java.lang.String |
getBaseDir()
Gets the baseDir attribute of the Target object |
CreatorInterface |
getCreator()
|
java.lang.String |
getDepends()
Gets the depends attribute of the Target object |
java.lang.String |
getDescription()
Gets the description attribute of the Target object |
java.lang.String |
getFullPath()
|
java.lang.String |
getId()
|
java.util.ArrayList |
getIncludedPackages()
Gets the includedPackages attribute of the Target object |
java.lang.String |
getInstallationNotes()
Gets the installationNotes attribute of the Target object |
java.lang.Object |
getItem(java.lang.String name)
Gets the item attribute of the Target object |
java.lang.String |
getLastDate()
Gets the lastDate attribute of the Target object |
int |
getLastVersion()
Gets the lastVersion attribute of the Target object |
java.lang.String |
getLicenseName()
Gets the licenseName attribute of the Target object |
java.lang.String |
getLicenseType()
Gets the licenseType attribute of the Target object |
java.lang.String |
getLicenseVersion()
Gets the licenseVersion attribute of the Target object |
java.lang.String |
getMaintainer()
Gets the maintainer attribute of the Target object |
java.lang.String |
getName()
Gets the name attribute of the Target object |
int |
getNextVersion()
Gets the nextVersion attribute of the Target object |
java.util.ArrayList |
getPackageDepends()
Gets the packageDepends attribute of the Target object |
java.lang.String |
getPackageName()
Gets the packageName attribute of the Target object |
java.util.Iterator |
getPackageSteps()
Gets the packageSteps attribute of the Target object |
java.util.Iterator |
getPackageSteps(int logid)
Gets the packageSteps attribute of the Target object |
Project |
getParent()
|
java.lang.String |
getPath()
Gets the path attribute of the Target object |
int |
getProgressBarValue()
|
java.lang.String |
getPublishProvider()
|
java.lang.String |
getPublishSharePassword()
|
boolean |
getPublishState()
|
ExtendedDocumentReader |
getReader()
Gets the reader attribute of the Target object |
java.util.ArrayList |
getRelatedPeople(java.lang.String type)
Gets the relatedPeople attribute of the Target object |
java.lang.String |
getReleaseNotes()
Gets the releaseNotes attribute of the Target object |
java.util.ArrayList |
getScreenshots()
|
java.util.ArrayList |
getStarturls()
|
java.lang.String |
getState()
|
int |
getSubProgressBarValue()
|
java.lang.String |
getType()
Gets the type attribute of the Target object |
boolean |
hasSyntaxErrors()
Description of the Method |
boolean |
isBundle()
Gets the bundle attribute of the Target object |
boolean |
publish(int version,
packageStep step)
|
boolean |
save()
Description of the Method |
void |
setBaseDir(java.lang.String basedir)
Sets the baseDir attribute of the Target object |
void |
setBundle(boolean state)
Sets the bundle attribute of the Target object |
void |
setCreator(CreatorInterface cr)
Sets the creator attribute of the Target object |
void |
setDefaults()
Sets the defaults attribute of the Target object |
void |
setDepends(java.lang.String depends)
Sets the depends attribute of the Target object |
boolean |
setDescription(java.lang.String newdescription)
Sets the description attribute of the Target object |
boolean |
setIncludedVersion(java.lang.String id,
java.lang.String newversion)
Sets the includedVersion attribute of the Target object |
boolean |
setItem(java.lang.String name,
java.lang.Object item)
Sets the item attribute of the Target object |
boolean |
setLicenseName(java.lang.String newlicensename)
Sets the licenseName attribute of the Target object |
boolean |
setLicenseType(java.lang.String newlicensetype)
Sets the licenseType attribute of the Target object |
boolean |
setLicenseVersion(java.lang.String newlicenseversion)
Sets the licenseVersion attribute of the Target object |
boolean |
setMaintainer(java.lang.String newmaintainer)
Sets the maintainer attribute of the Target object |
boolean |
setName(java.lang.String newname)
Sets the name attribute of the Target object |
boolean |
setPackageContact(java.lang.String oldreason,
java.lang.String newreason,
java.lang.String oldname,
java.lang.String newname,
java.lang.String oldemail,
java.lang.String newemail)
Sets the packageContact attribute of the Target object |
boolean |
setPackageDepends(java.lang.String packageid,
java.lang.String oldversion,
java.lang.String oldversionmode,
java.lang.String newversion,
java.lang.String newversionmode)
Sets the packageDepends attribute of the Target object |
boolean |
setPackageDeveloper(java.lang.String oldname,
java.lang.String newname,
java.lang.String oldcompany,
java.lang.String newcompany)
Sets the packageDeveloper attribute of the Target object |
boolean |
setPackageInitiator(java.lang.String oldname,
java.lang.String newname,
java.lang.String oldcompany,
java.lang.String newcompany)
Sets the packageInitiator attribute of the Target object |
boolean |
setPackageSupporter(java.lang.String oldcompany,
java.lang.String newcompany)
Sets the packageSupporter attribute of the Target object |
void |
setPath(java.lang.String path)
Sets the path attribute of the Target object |
void |
setPublishProvider(java.lang.String publishprovider)
|
void |
setPublishSharePassword(java.lang.String publishsharepassword)
|
void |
setPublishState(boolean publishstate)
|
void |
setType(java.lang.String type)
Sets the type attribute of the Target object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Target(Project parent,
java.lang.String name)
name - Description of the Parameter| Method Detail |
|---|
public ExtendedDocumentReader getReader()
public java.lang.String getName()
public java.lang.String getDepends()
public java.util.ArrayList getScreenshots()
public java.util.ArrayList getStarturls()
public java.lang.String getPath()
public java.lang.String getFullPath()
public java.lang.String getType()
public void setBundle(boolean state)
state - The new bundle valuepublic java.lang.String getState()
public boolean isBundle()
public void setCreator(CreatorInterface cr)
cr - The new creator valuepublic CreatorInterface getCreator()
public void setDefaults()
public void setDepends(java.lang.String depends)
depends - The new depends valuepublic void setBaseDir(java.lang.String basedir)
basedir - The new baseDir valuepublic java.lang.String getBaseDir()
public void setPath(java.lang.String path)
path - The new path valuepublic void setType(java.lang.String type)
type - The new type valuepublic int getLastVersion()
public int getNextVersion()
public java.lang.String getLastDate()
public void createPackageThreaded(int version)
public boolean createPackage(int version)
version - Description of the Parameter
public boolean addPackageDepends(java.lang.String packageid,
java.lang.String version)
packageid - The feature to be added to the PackageDepends attributeversion - The feature to be added to the PackageDepends attribute
public void addScreenshot(java.lang.String name,
java.lang.String file,
java.lang.String description)
public void addStarturl(java.lang.String name,
java.lang.String link,
java.lang.String description)
public boolean delPackageDepends(java.lang.String packageid,
java.lang.String version,
java.lang.String versionmode)
packageid - Description of the Parameterversion - Description of the Parameterversionmode - Description of the Parameter
public boolean setPackageDepends(java.lang.String packageid,
java.lang.String oldversion,
java.lang.String oldversionmode,
java.lang.String newversion,
java.lang.String newversionmode)
packageid - The new packageDepends valueoldversion - The new packageDepends valueoldversionmode - The new packageDepends valuenewversion - The new packageDepends valuenewversionmode - The new packageDepends value
public java.util.Iterator getPackageSteps()
public java.util.Iterator getPackageSteps(int logid)
logid - Description of the Parameter
public void clearPackageSteps()
public java.lang.String getMaintainer()
public java.lang.String getDescription()
public boolean setDescription(java.lang.String newdescription)
newdescription - The new description value
public boolean setName(java.lang.String newname)
newname - The new name value
public boolean setMaintainer(java.lang.String newmaintainer)
newmaintainer - The new maintainer value
public boolean setLicenseVersion(java.lang.String newlicenseversion)
newlicenseversion - The new licenseVersion value
public boolean setLicenseType(java.lang.String newlicensetype)
newlicensetype - The new licenseType value
public boolean addPackageInitiator(java.lang.String newname,
java.lang.String newcompany)
newname - The feature to be added to the PackageInitiator attributenewcompany - The feature to be added to the PackageInitiator attribute
public boolean setPackageInitiator(java.lang.String oldname,
java.lang.String newname,
java.lang.String oldcompany,
java.lang.String newcompany)
oldname - The new packageInitiator valuenewname - The new packageInitiator valueoldcompany - The new packageInitiator valuenewcompany - The new packageInitiator value
public boolean delPackageInitiator(java.lang.String oldname,
java.lang.String oldcompany)
oldname - Description of the Parameteroldcompany - Description of the Parameter
public boolean addPackageContact(java.lang.String newreason,
java.lang.String newname,
java.lang.String newemail)
newreason - The feature to be added to the PackageContact attributenewname - The feature to be added to the PackageContact attributenewemail - The feature to be added to the PackageContact attribute
public boolean setPackageContact(java.lang.String oldreason,
java.lang.String newreason,
java.lang.String oldname,
java.lang.String newname,
java.lang.String oldemail,
java.lang.String newemail)
oldreason - The new packageContact valuenewreason - The new packageContact valueoldname - The new packageContact valuenewname - The new packageContact valueoldemail - The new packageContact valuenewemail - The new packageContact value
public boolean delPackageContact(java.lang.String oldreason,
java.lang.String oldname,
java.lang.String oldemail)
oldreason - Description of the Parameteroldname - Description of the Parameteroldemail - Description of the Parameter
public boolean addPackageDeveloper(java.lang.String newname,
java.lang.String newcompany)
newname - The feature to be added to the PackageDeveloper attributenewcompany - The feature to be added to the PackageDeveloper attribute
public boolean setPackageDeveloper(java.lang.String oldname,
java.lang.String newname,
java.lang.String oldcompany,
java.lang.String newcompany)
oldname - The new packageDeveloper valuenewname - The new packageDeveloper valueoldcompany - The new packageDeveloper valuenewcompany - The new packageDeveloper value
public boolean delPackageDeveloper(java.lang.String oldname,
java.lang.String oldcompany)
oldname - Description of the Parameteroldcompany - Description of the Parameter
public boolean addPackageSupporter(java.lang.String newcompany)
newcompany - The feature to be added to the PackageSupporter attribute
public boolean setPackageSupporter(java.lang.String oldcompany,
java.lang.String newcompany)
oldcompany - The new packageSupporter valuenewcompany - The new packageSupporter value
public boolean delPackageSupporter(java.lang.String oldcompany)
oldcompany - Description of the Parameter
public boolean setLicenseName(java.lang.String newlicensename)
newlicensename - The new licenseName value
public java.lang.String getReleaseNotes()
public java.lang.String getInstallationNotes()
public java.lang.String getPackageName()
public java.lang.String getLicenseType()
public java.lang.String getLicenseName()
public java.lang.String getLicenseVersion()
public java.util.ArrayList getRelatedPeople(java.lang.String type)
type - Description of the Parameter
public java.util.ArrayList getPackageDepends()
public java.util.ArrayList getIncludedPackages()
public boolean addPackage(java.lang.String newpackage)
newpackage - The feature to be added to the Package attribute
public boolean setIncludedVersion(java.lang.String id,
java.lang.String newversion)
id - The new includedVersion valuenewversion - The new includedVersion value
public boolean delIncludedPackage(java.lang.String id)
id - Description of the Parameter
public boolean setItem(java.lang.String name,
java.lang.Object item)
name - The new item valueitem - The new item value
public java.lang.Object getItem(java.lang.String name)
name - Description of the Parameter
public boolean save()
public boolean hasSyntaxErrors()
public java.lang.String getId()
public void setPublishProvider(java.lang.String publishprovider)
public void setPublishState(boolean publishstate)
public void setPublishSharePassword(java.lang.String publishsharepassword)
public boolean getPublishState()
public java.lang.String getPublishProvider()
public java.lang.String getPublishSharePassword()
public boolean publish(int version,
packageStep step)
public Project getParent()
public void addRelatedTargetsCreate(Target t)
public int getProgressBarValue()
public int getSubProgressBarValue()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||