public class ExportAction extends Object
Modifier and Type | Field and Description |
---|---|
protected IsisConfig |
config |
Constructor and Description |
---|
ExportAction(IsisConfig config) |
Modifier and Type | Method and Description |
---|---|
protected void |
applyFilter(String filter,
List<String> names) |
protected void |
display(String filter,
List<String> names) |
void |
exportExport(File file,
String name,
boolean force) |
void |
exportFormula(File file,
String category,
String name,
boolean force) |
void |
exportRegion(File file,
String name,
boolean force) |
void |
exportRule(File file,
String name,
boolean force) |
void |
exportScript(File file,
String name,
boolean force) |
void |
exportSimulation(File file,
String name,
boolean force) |
void |
exportSimulationPlan(File file,
String name,
boolean force) |
void |
exportSimulator(File file,
String name,
boolean force) |
void |
listExport(String filter) |
void |
listFormula(String filter) |
void |
listRegion(String filter) |
void |
listRule(String filter) |
void |
listScript(String filter) |
void |
listSimulation(String filter) |
void |
listSimulationPlan(String filter) |
void |
listSimulator(String filter) |
protected IsisConfig config
public ExportAction(IsisConfig config)
public void exportRegion(File file, String name, boolean force) throws Exception
Exception
public void exportSimulation(File file, String name, boolean force) throws Exception
Exception
public void exportSimulationPlan(File file, String name, boolean force) throws Exception
Exception
public void exportRule(File file, String name, boolean force) throws Exception
Exception
public void exportScript(File file, String name, boolean force) throws Exception
Exception
public void exportExport(File file, String name, boolean force) throws Exception
Exception
public void exportSimulator(File file, String name, boolean force) throws Exception
Exception
Copyright © 1999–2020 CodeLutin. All rights reserved.