Package org.apache.flex.compiler.ant.types

Examples of org.apache.flex.compiler.ant.types.Metadata


    // <metadata>

    public Metadata createMetadata()
    {
        if (metadata == null)
            return metadata = new Metadata();
        else
            throw new BuildException("Only one nested <metadata> element is allowed in an <" + TASK_NAME + "> task.");
    }
View Full Code Here


    // <metadata>

    public Metadata createMetadata()
    {
        if (metadata == null)
            return metadata = new Metadata();
        else
            throw new BuildException("Only one nested <metadata> element is allowed in an " + TASK_NAME + " task.");
    }
View Full Code Here

TOP

Related Classes of org.apache.flex.compiler.ant.types.Metadata

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.