public class SourceFileCreator extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
clearCreated() |
void |
create(ClassType classType) |
void |
create(ITypeFactory factory) |
void |
create(Path selectedFile,
ClassType classType) |
void |
create(Path file,
ITypeFactory factory,
String typeName) |
void |
createNamespace() |
void |
createTextFile() |
Path |
getCreated() |
Path |
getOrMakeUntitledProgram(Experiment experiment) |
static SourceFileCreator |
instance() |
public static SourceFileCreator instance()
public Path getCreated()
public void clearCreated()
public Path getOrMakeUntitledProgram(Experiment experiment)
public void create(ClassType classType)
public void create(ITypeFactory factory)
public void createNamespace()
public void createTextFile()
public void create(Path file, ITypeFactory factory, String typeName)
Copyright © 2019. All rights reserved.