Class CopyFacetUtil


  • @Deprecated
    public class CopyFacetUtil
    extends Object
    Deprecated.
    the class has been superseded by @CopyOutput annotation of jetbrains.mps.lang.makeup language.

    User: shatalin Date: 08/12/15

    This class was created to extract configuration of CopyGeneratedScripts facet from jetbrains.mps.build language. This functionality used inside MPS core (jetbrains.mps.lang.plugin), so we cannot introduce dependency on jetbrains.mps.build language (located inside separate plugin) there.

    In the future we should design separate language to perform resource copy operations. This language should be a part of MPS core.

    • Constructor Detail

      • CopyFacetUtil

        public CopyFacetUtil()
        Deprecated.
    • Method Detail

      • setTargetPath

        public static void setTargetPath​(SNode node,
                                         String path)
        Deprecated.
      • getTargetPath

        public static String getTargetPath​(SNode node)
        Deprecated.