Package org.openquark.cal.filter

Examples of org.openquark.cal.filter.AcceptAllScopedEntitiesFilter


            new FileGenerator() {
                public void generateTextFile(String fileName, String content, Charset charset) {}
                public void generateTextFile(String subdirectory, String fileName, String content, Charset charset) {}
                },
            new AcceptAllModulesFilter(),
            new AcceptAllScopedEntitiesFilter(),
            false,
            true,
            true,
            true,
            true,
View Full Code Here


        logger.setUseParentHandlers(false);
       
        HTMLDocumentationGeneratorConfiguration config = new HTMLDocumentationGeneratorConfiguration(
            fileGenerator,
            new AcceptAllModulesFilter(),
            PUBLIC_ENTRIES_ONLY ? (ScopedEntityFilter)new PublicEntitiesOnlyFilter() : (ScopedEntityFilter)new AcceptAllScopedEntitiesFilter(),
            false,
            true,
            true,
            true,
            true,
View Full Code Here

TOP

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

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.