|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.spicefactory.pimento.generator.ant.Mapping
public class Mapping
Represents a single typeMapping or packageMapping tag in
a Cinnamon Generator Ant Task.
| Constructor Summary | |
|---|---|
Mapping()
|
|
| Method Summary | |
|---|---|
String |
getAs3()
Returns the fully qualified name of the AS3 class or package. |
String |
getJava()
Returns the fully qualified name of the Java class or package. |
void |
setAs3(String as3)
Sets the fully qualified name of the AS3 class or package. |
void |
setJava(String java)
Sets the fully qualified name of the Java class or package. |
void |
validate()
Validates if all properties of this bean have been set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Mapping()
| Method Detail |
|---|
public String getJava()
public void setJava(String java)
java - the fully qualified name of the Java class or packagepublic String getAs3()
public void setAs3(String as3)
as3 - the fully qualified name of the AS3 class or package
public void validate()
throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildException - if one of the properties of this bean have not been set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||