Uses of Class
net.jangaroo.jooc.config.NamespaceConfiguration
-
Packages that use NamespaceConfiguration Package Description net.jangaroo.jooc.config -
-
Uses of NamespaceConfiguration in net.jangaroo.jooc.config
Methods in net.jangaroo.jooc.config that return types with arguments of type NamespaceConfiguration Modifier and Type Method Description List<NamespaceConfiguration>JoocConfiguration. getNamespaces()Method parameters in net.jangaroo.jooc.config with type arguments of type NamespaceConfiguration Modifier and Type Method Description voidJoocConfiguration. setNamespaces(List<NamespaceConfiguration> namespaces)Constructor parameters in net.jangaroo.jooc.config with type arguments of type NamespaceConfiguration Constructor Description NamespacesHandler(org.kohsuke.args4j.CmdLineParser parser, org.kohsuke.args4j.OptionDef option, org.kohsuke.args4j.spi.Setter<? super List<NamespaceConfiguration>> setter)
-