|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.nb.pogamut.base.project.template.utils.ProjectCreationUtils
public class ProjectCreationUtils
| Constructor Summary | |
|---|---|
ProjectCreationUtils()
Creates a new instance of ProjectCreationUtils |
|
| Method Summary | |
|---|---|
static void |
handleWizardDescriptor(org.openide.WizardDescriptor wiz)
Make common actions according to WizardDescriptor. |
static String |
loadFileToString(File file)
Loads file to string. |
static void |
substituteInFile(File file,
Pattern pattern,
String strToSubst)
Substitute pattern in file. |
static void |
unZipFile(InputStream source,
org.openide.filesystems.FileObject projectRoot)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectCreationUtils()
| Method Detail |
|---|
public static void handleWizardDescriptor(org.openide.WizardDescriptor wiz)
public static void substituteInFile(File file,
Pattern pattern,
String strToSubst)
throws IOException
IOException
public static String loadFileToString(File file)
throws IOException
IOException
public static void unZipFile(InputStream source,
org.openide.filesystems.FileObject projectRoot)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||