Package xdoclet.modules.ejb.lookup

Examples of xdoclet.modules.ejb.lookup.LookupObjectSubTask$LookupKind


     *
     * @return   The UtilClassPattern value
     */
    protected static String getUtilClassPattern()
    {
        LookupObjectSubTask utilSubtask = ((LookupObjectSubTask) DocletContext.getInstance().getSubTaskBy(DocletTask.getSubTaskName(LookupObjectSubTask.class)));

        if (utilSubtask != null) {
            return utilSubtask.getUtilClassPattern();
        }
        else {
            return LookupObjectSubTask.DEFAULT_UTIL_CLASS_PATTERN;
        }
    }
View Full Code Here

TOP

Related Classes of xdoclet.modules.ejb.lookup.LookupObjectSubTask$LookupKind

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.