Class BundleMappingElement
- java.lang.Object
-
- com.opencloud.slee.mlet.ant.tasks.BundleMappingElement
-
public class BundleMappingElement extends Object
A nested element that identifies a SAS bundle mapping from a fully qualified class name to a prefix.
Ant Parameters Attribute Description Required name
The fully qualified class name.
Yes.
prefix
The prefix.
Yes.
-
-
Constructor Summary
Constructors Constructor Description BundleMappingElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
String
getPrefix()
void
setName(String name)
void
setPrefix(String prefix)
void
validateParameters()
-
-
-
Method Detail
-
validateParameters
public void validateParameters() throws org.apache.tools.ant.BuildException
- Throws:
org.apache.tools.ant.BuildException
-
setPrefix
public void setPrefix(String prefix)
-
setName
public void setName(String name)
-
getName
public String getName()
-
getPrefix
public String getPrefix()
-
-