Package org.python.pydev.plugin.nature

Examples of org.python.pydev.plugin.nature.FileStub2


    public void setReferencingProjects(IProject... referencingProjects) {
        this.referencingProjects = referencingProjects;
    }

    public IFile getFile(String name) {
        fileStub = new FileStub2(name);
        return fileStub;
    }
View Full Code Here

TOP

Related Classes of org.python.pydev.plugin.nature.FileStub2

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.