|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.mmbase.applications.packaging.projects.Project
public class Project
| Field Summary | |
|---|---|
static java.lang.String |
DTD_PACKAGING_1_0
DTD resource filename of the packaging DTD version 1.0 |
static java.lang.String |
PUBLIC_ID_PACKAGING_1_0
Public ID of the packaging DTD version 1.0 |
| Constructor Summary | |
|---|---|
Project(java.lang.String name,
java.lang.String path)
Constructor for the Project object |
|
| Method Summary | |
|---|---|
boolean |
addBundleTarget(java.lang.String name,
java.lang.String type,
java.lang.String path)
Adds a feature to the BundleTarget attribute of the Project object |
boolean |
addPackageTarget(java.lang.String name,
java.lang.String type,
java.lang.String path)
Adds a feature to the PackageTarget attribute of the Project object |
boolean |
deleteTarget(java.lang.String name)
Description of the Method |
java.lang.String |
getBaseDir()
Gets the baseDir attribute of the Project object |
java.util.Iterator |
getBundleTargets()
Gets the bundleTargets attribute of the Project object |
java.lang.String |
getDir()
|
java.lang.String |
getName()
Gets the name attribute of the Project object |
java.util.Iterator |
getPackageTargets()
Gets the packageTargets attribute of the Project object |
java.lang.String |
getPath()
Gets the path attribute of the Project object |
Target |
getTarget(java.lang.String name)
Gets the target attribute of the Project object |
Target |
getTargetById(java.lang.String id)
Gets the target attribute of the Project object |
java.util.Iterator |
getTargets()
Gets the targets attribute of the Project object |
boolean |
hasSyntaxErrors()
Description of the Method |
void |
readTargets()
Description of the Method |
static void |
registerPublicIDs()
Register the Public Ids for DTDs used by DatabaseReader This method is called by XMLEntityResolver. |
boolean |
save()
Description of the Method |
void |
setName(java.lang.String name)
Sets the name attribute of the Project object |
void |
setPath(java.lang.String path)
Sets the path attribute of the Project object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String DTD_PACKAGING_1_0
public static final java.lang.String PUBLIC_ID_PACKAGING_1_0
| Constructor Detail |
|---|
public Project(java.lang.String name,
java.lang.String path)
name - Description of the Parameterpath - Description of the Parameter| Method Detail |
|---|
public static void registerPublicIDs()
public void setName(java.lang.String name)
name - The new name valuepublic void setPath(java.lang.String path)
path - The new path valuepublic java.lang.String getPath()
public java.lang.String getDir()
public java.lang.String getName()
public java.lang.String getBaseDir()
public java.util.Iterator getTargets()
public boolean deleteTarget(java.lang.String name)
name - Description of the Parameter
public boolean addBundleTarget(java.lang.String name,
java.lang.String type,
java.lang.String path)
name - The feature to be added to the BundleTarget attributetype - The feature to be added to the BundleTarget attributepath - The feature to be added to the BundleTarget attribute
public boolean addPackageTarget(java.lang.String name,
java.lang.String type,
java.lang.String path)
name - The feature to be added to the PackageTarget attributetype - The feature to be added to the PackageTarget attributepath - The feature to be added to the PackageTarget attribute
public Target getTarget(java.lang.String name)
name - Description of the Parameter
public Target getTargetById(java.lang.String id)
name - Description of the Parameter
public java.util.Iterator getPackageTargets()
public java.util.Iterator getBundleTargets()
public void readTargets()
public boolean save()
public boolean hasSyntaxErrors()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||