Package jetbrains.mps.util
Class CopyFacetUtil
- java.lang.Object
 - 
- jetbrains.mps.util.CopyFacetUtil
 
 
- 
@Deprecated public class CopyFacetUtil extends Object
Deprecated.the class has been superseded by@CopyOutputannotation of jetbrains.mps.lang.makeup language. User: shatalin Date: 08/12/15This 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 Summary
Constructors Constructor Description CopyFacetUtil()Deprecated. 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StringgetTargetPath(SNode node)Deprecated.static voidsetTargetPath(SNode node, String path)Deprecated. 
 -