Package de.schauderhaft.degraph.configuration

Examples of de.schauderhaft.degraph.configuration.NamedPattern


            .including("de.schauderhaft.**")
            .withSlicing("part", "de.schauderhaft.*.(*).**")
            .withSlicing(
                "lib",
                "de.schauderhaft.**(Test)",
                new NamedPattern("main", "de.schauderhaft.*.**"))
            .withSlicing(
                "internalExternal",
                new NamedPattern("internal",
                    "de.schauderhaft.**"),
                new NamedPattern("external", "**")),
        is(violationFree()));
  }
 
View Full Code Here

TOP

Related Classes of de.schauderhaft.degraph.configuration.NamedPattern

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.