Class DSCCommentDocumentSuppliedResources

    • Constructor Detail

      • DSCCommentDocumentSuppliedResources

        public DSCCommentDocumentSuppliedResources()
        Creates a new instance.
      • DSCCommentDocumentSuppliedResources

        public DSCCommentDocumentSuppliedResources​(java.util.Collection resources)
        Creates a new instance.
        Parameters:
        resources - a Collection of PSResource instances
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: DSCComment
        Returns the name of the DSC comment.
        Returns:
        the name of the DSC comment (without the "%%" prefix)
        See Also:
        DSCComment.getName()