Package org.openquark.cal.filter

Examples of org.openquark.cal.filter.ScopedEntityFilter


            scopedEntityFilterList.add(0, new PublicEntitiesOnlyFilter());
        }
       
        // create the module and scoped entity filters from the aggregated lists.
        ModuleFilter moduleFilter = CompositeModuleFilter.make(moduleFilterList);
        ScopedEntityFilter scopedEntityFilter = CompositeScopedEntityFilter.make(scopedEntityFilterList);
       
        FileSystemFileGenerator fileGenerator = new FileSystemFileGenerator(baseDirectory, logger);
       
        return new HTMLDocumentationGeneratorConfiguration(
            fileGenerator,
View Full Code Here

TOP

Related Classes of org.openquark.cal.filter.ScopedEntityFilter

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.