Class PSProcSet

    • Field Detail

      • version

        private float version
      • revision

        private int revision
    • Constructor Detail

      • PSProcSet

        public PSProcSet​(java.lang.String name)
        Creates a new instance.
        Parameters:
        name - name of the resource
      • PSProcSet

        public PSProcSet​(java.lang.String name,
                         float version,
                         int revision)
        Creates a new instance.
        Parameters:
        name - name of the resource
        version - version of the resource
        revision - revision of the resource
    • Method Detail

      • getVersion

        public float getVersion()
        Returns:
        the version
      • getRevision

        public int getRevision()
        Returns:
        the revision
      • getResourceSpecification

        public java.lang.String getResourceSpecification()
        Overrides:
        getResourceSpecification in class PSResource
        Returns:
        the <resource> specification as defined in DSC v3.0 spec.