Package com.sun.enterprise.module

Examples of com.sun.enterprise.module.InhabitantsDescriptor


        public void loadMetadata(ModuleMetadata result) {
            File inhabitantFileLocation = new File(dir, InhabitantsFile.PATH);
            if (!inhabitantFileLocation.exists()) {
                // rely on introspection...
                result.addHabitat("default", new InhabitantsDescriptor() {
                    public String getSystemId() {
                        return null//To change body of implemented methods use File | Settings | File Templates.
                    }

View Full Code Here

TOP

Related Classes of com.sun.enterprise.module.InhabitantsDescriptor

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.