public class ProjectCreationUtils extends Object
| Constructor and Description |
|---|
ProjectCreationUtils()
Creates a new instance of ProjectCreationUtils
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public ProjectCreationUtils()
public static void handleWizardDescriptor(org.openide.WizardDescriptor wiz)
public static void substituteInFile(File file, Pattern pattern, String strToSubst) throws IOException
IOExceptionpublic static String loadFileToString(File file) throws IOException
IOExceptionpublic static void unZipFile(InputStream source, org.openide.filesystems.FileObject projectRoot) throws IOException
IOExceptionCopyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.