Package org.jayasoft.woj.common.model.content

Examples of org.jayasoft.woj.common.model.content.ContentModuleInfoImpl


                hasSources = md.hasSources();
                hasJavadoc = md.hasJavadoc();
            }
        }
       
        ContentModuleInfo mi = new ContentModuleInfoImpl(org, mod, rev, v, hasSources, hasJavadoc, accessorId);
       
        return new ContentReferenceImpl(mi, path);
    }
View Full Code Here

TOP

Related Classes of org.jayasoft.woj.common.model.content.ContentModuleInfoImpl

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.