Class 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 Detail

      • BundleMappingElement

        public BundleMappingElement()
    • 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()