Package org.pdtextensions.core.ui.codemanipulation

Examples of org.pdtextensions.core.ui.codemanipulation.InterfaceStub


    return "Create a new PHP Interface";
  }

  @Override
  protected String generateFileContent() {
    return new InterfaceStub(getScriptFolder().getScriptProject(), getElementname(), getNamespace(),
        getInterfaces(), isGenerateComments()).toString();
  }
View Full Code Here

TOP

Related Classes of org.pdtextensions.core.ui.codemanipulation.InterfaceStub

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.