Interface TargetDefinition

    • Method Detail

      • hasIncludedBundles

        boolean hasIncludedBundles()
        Returns true if the target definition specifies an explicit list of bundles to include (i.e. an <includeBundles> in target definition files).
      • getOrigin

        java.lang.String getOrigin()
        Returns the origin of the target definition, e.g. a file path. Used for debugging only.
      • getTargetEE

        java.lang.String getTargetEE()
        Returns the value of the targetJRE in *.target file if it's a known EE name. null will be returned otherwise.
      • equals

        boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        int hashCode()
        Overrides:
        hashCode in class java.lang.Object