Package org.objectweb.speedo.ant.AbstractEnhancerTask

Examples of org.objectweb.speedo.ant.AbstractEnhancerTask.Description


        persistdesc.setDir(src);
        persistdesc.setIncludes("**/*.jdo");
    }

    public Description createJdopath() {
        Description d = new Description();
        this.persistdesc = d;
        d.setProject(getProject());
        return d;
    }
View Full Code Here

TOP

Related Classes of org.objectweb.speedo.ant.AbstractEnhancerTask.Description

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.