Class ArtifactTypes


  • public class ArtifactTypes
    extends java.lang.Object
    Provides access to the type descriptors of the types defined in this package.
    Author:
    Holger Eichelberger
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ArtifactTypes()
      Utility class.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TypeDescriptor<?> artifactType()
      Returns the type descriptor for the built-in type 'Artifact'.
      static TypeDescriptor<?> pathType()
      Returns the type descriptor for the built-in type 'Path'.
      • Methods inherited from class java.lang.Object

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

      • ArtifactTypes

        private ArtifactTypes()
        Utility class.
    • Method Detail

      • artifactType

        public static final TypeDescriptor<?> artifactType()
        Returns the type descriptor for the built-in type 'Artifact'.
        Returns:
        the type descriptor
      • pathType

        public static final TypeDescriptor<?> pathType()
        Returns the type descriptor for the built-in type 'Path'.
        Returns:
        the type descriptor