List of usage examples for org.apache.commons.digester RuleSetBase subclass-usage
From source file net.javacoding.xsearch.config.ServerConfigurationRuleSet.java
/** * The set of Digester rules required to parse the server configuration file. * */ public class ServerConfigurationRuleSet extends RuleSetBase {
From source file org.codehaus.enunciate.modules.c.config.CRuleSet.java
/** * Rules for the configuration of the C client module. * * @author Ryan Heaton */ public class CRuleSet extends RuleSetBase {
From source file org.codehaus.enunciate.modules.rest.config.RESTRuleSet.java
/** * @author Ryan Heaton */ public class RESTRuleSet extends RuleSetBase { public void addRuleInstances(Digester digester) {
From source file org.gedcomx.build.enunciate.GedcomxRuleSet.java
/** * @author Ryan Heaton */ public class GedcomxRuleSet extends RuleSetBase { public void addRuleInstances(Digester digester) {
From source file org.codehaus.enunciate.modules.jersey.config.JerseyRuleSet.java
/** * @author Ryan Heaton */ public class JerseyRuleSet extends RuleSetBase { public void addRuleInstances(Digester digester) {
From source file org.sonatype.enunciate.modules.wink.RuleSetImpl.java
/**
* Wink {@link org.apache.commons.digester.RuleSet}.
*
* @author <a href="mailto:jason@planet57.com">Jason Dillon</a>
* @since 0.1
*/
From source file org.codehaus.enunciate.modules.objc.config.ObjCRuleSet.java
/** * Rules for the configuration of the Objective-C client module. * * @author Ryan Heaton */ public class ObjCRuleSet extends RuleSetBase {
From source file org.codehaus.enunciate.modules.php.config.PHPRuleSet.java
/** * Rules for the configuration of the JAX-WS client module. * * @author Ryan Heaton */ public class PHPRuleSet extends RuleSetBase {
From source file org.codehaus.enunciate.modules.swagger.config.SwaggerRuleSet.java
/** * The set of rules to add for the Swagger module configuration. * * @author Ryan Heaton */ public class SwaggerRuleSet extends RuleSetBase {
From source file org.codehaus.enunciate.modules.ruby.config.RubyRuleSet.java
/** * Rules for the configuration of the JAX-WS client module. * * @author Ryan Heaton */ public class RubyRuleSet extends RuleSetBase {