Class ExcludesFactory

  • All Implemented Interfaces:
    groovy.util.Factory

    public class ExcludesFactory
    extends ListFactory
    Builds excludes nodes.
    Since:
    0.7
    • Constructor Summary

      Constructors 
      Constructor Description
      ExcludesFactory()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object newInstance​(groovy.util.FactoryBuilderSupport builder, java.lang.Object name, java.lang.Object value, java.util.Map attrs)  
      static java.util.List parse​(java.lang.Object value)  
      • Methods inherited from class groovy.util.AbstractFactory

        isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ExcludesFactory

        public ExcludesFactory()
    • Method Detail

      • newInstance

        public java.lang.Object newInstance​(groovy.util.FactoryBuilderSupport builder,
                                            java.lang.Object name,
                                            java.lang.Object value,
                                            java.util.Map attrs)
                                     throws java.lang.InstantiationException,
                                            java.lang.IllegalAccessException
        Specified by:
        newInstance in interface groovy.util.Factory
        Overrides:
        newInstance in class ListFactory
        Throws:
        java.lang.InstantiationException
        java.lang.IllegalAccessException
      • parse

        public static java.util.List parse​(java.lang.Object value)