Package abbot.script

Examples of abbot.script.Resolver


        return getContext().getComponentReferences();
    }

    /** From abbot.Resolver. */
    public String getContext(Step step) {
        Resolver r = getContext();
        if (r != null)
            return r.getContext(step);
        return "unknown";
    }
View Full Code Here

TOP

Related Classes of abbot.script.Resolver

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.