Class ExternalRules

    • Field Detail

      • LOCATION_PREFIX_CLASSPATH

        private static final java.lang.String LOCATION_PREFIX_CLASSPATH
        See Also:
        Constant Field Values
      • location

        private java.lang.String location
        The external rules location. If it starts with "classpath:", the resource is read from the classpath. Otherwise, it is handled as a filesystem path, either absolute, or relative to ${project.basedir}
      • mojoExecution

        private final org.apache.maven.plugin.MojoExecution mojoExecution
    • Constructor Detail

      • ExternalRules

        @Inject
        public ExternalRules​(org.apache.maven.plugin.MojoExecution mojoExecution,
                             ExpressionEvaluator evaluator)
    • Method Detail

      • setLocation

        public void setLocation​(java.lang.String location)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object