|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.ftt.projects.zos.zosnature.ZOSNature
public class ZOSNature
An RDz nature to be associated with zOS subprojects.
| Field Summary | |
|---|---|
static String |
COPY_RIGHT
|
| Constructor Summary | |
|---|---|
ZOSNature()
|
|
| Method Summary | |
|---|---|
void |
configure()
Configures this nature for its subproject by adding build commands. |
void |
deconfigure()
Unconfigures this nature for its subproject by removing build commands. |
ILogicalSubProject |
getSubProject()
Returns the subproject associated with this nature |
void |
setSubProject(ILogicalSubProject subProject)
Establishes the subproject associated with this nature |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String COPY_RIGHT
| Constructor Detail |
|---|
public ZOSNature()
| Method Detail |
|---|
public void configure()
throws CoreException
configure in interface ILogicalSubProjectNatureCoreException - if this method fails.
public void deconfigure()
throws CoreException
deconfigure in interface ILogicalSubProjectNatureCoreException - if this method fails.public ILogicalSubProject getSubProject()
getSubProject in interface ILogicalSubProjectNatureILogicalSubProject associated with this naturepublic void setSubProject(ILogicalSubProject subProject)
setSubProject in interface ILogicalSubProjectNaturesubProject - the ILogicalSubProject associated with this nature
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||