Package org.erlide.engine.model.root

Examples of org.erlide.engine.model.root.ExternalLibrariesHelper


public class ExternalLibrariesHelperTests {
  private ExternalLibrariesHelper helper;
 
  @Before
  public void setup() {
    ExternalLibrariesHelper _externalLibrariesHelper = new ExternalLibrariesHelper();
    this.helper = _externalLibrariesHelper;
  }
View Full Code Here


 
  public ErlangProjectProperties() {
    super();
    ArrayList<IPath> _newArrayList = CollectionLiterals.<IPath>newArrayList();
    this.testDirs = _newArrayList;
    ExternalLibrariesHelper _externalLibrariesHelper = new ExternalLibrariesHelper();
    this.externalLibrariesHelper = _externalLibrariesHelper;
  }
View Full Code Here

TOP

Related Classes of org.erlide.engine.model.root.ExternalLibrariesHelper

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.