Class ArtifactType


  • public final class ArtifactType
    extends java.lang.Object
    Types of Eclipse/OSGi artifacts which can be referenced in a Tycho build.
    • Constructor Summary

      Constructors 
      Constructor Description
      ArtifactType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TYPE_ECLIPSE_PLUGIN

        public static final java.lang.String TYPE_ECLIPSE_PLUGIN
        See Also:
        Constant Field Values
      • TYPE_ECLIPSE_FEATURE

        public static final java.lang.String TYPE_ECLIPSE_FEATURE
        See Also:
        Constant Field Values
      • TYPE_ECLIPSE_PRODUCT

        public static final java.lang.String TYPE_ECLIPSE_PRODUCT
        See Also:
        Constant Field Values
      • TYPE_INSTALLABLE_UNIT

        public static final java.lang.String TYPE_INSTALLABLE_UNIT
        See Also:
        Constant Field Values
    • Constructor Detail

      • ArtifactType

        public ArtifactType()