Examples of ScopedEntityFilter


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
Copyright © 2018 www.massapi.com. 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.