Class TychoProperties


  • public final class TychoProperties
    extends java.lang.Object
    Properties that Tycho sets for use of other mojos or project configuration.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String BUILD_QUALIFIER  
      static java.lang.String QUALIFIED_VERSION
      The Eclipse version of a project with 'qualifier' literals expanded to the build qualifier.
      static java.lang.String UNQUALIFIED_VERSION  
    • Constructor Summary

      Constructors 
      Constructor Description
      TychoProperties()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • UNQUALIFIED_VERSION

        public static final java.lang.String UNQUALIFIED_VERSION
        See Also:
        Constant Field Values
      • QUALIFIED_VERSION

        public static final java.lang.String QUALIFIED_VERSION
        The Eclipse version of a project with 'qualifier' literals expanded to the build qualifier.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TychoProperties

        public TychoProperties()