Package jmri.jmrit.logixng.tools
Class ImportLogix
- java.lang.Object
-
- jmri.jmrit.logixng.tools.ImportLogix
-
public class ImportLogix extends java.lang.Object
Imports Logixs to LogixNG
-
-
Constructor Summary
Constructors Constructor Description ImportLogix(Logix logix)
ImportLogix(Logix logix, boolean allowSystemImport)
ImportLogix(Logix logix, boolean allowSystemImport, boolean dryRun)
Create instance of ImportConditional
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doImport()
LogixNG
getLogixNG()
-
-
-
Constructor Detail
-
ImportLogix
public ImportLogix(Logix logix)
-
ImportLogix
public ImportLogix(Logix logix, boolean allowSystemImport)
-
ImportLogix
public ImportLogix(Logix logix, boolean allowSystemImport, boolean dryRun)
Create instance of ImportConditional- Parameters:
logix
- the parent Logix of the conditional to importallowSystemImport
- true if system logixs is allowed to be imported, false otherwisedryRun
- true if import without creating any new beans, false if to create new beans
-
-
Method Detail
-
doImport
public void doImport() throws JmriException
- Throws:
JmriException
-
getLogixNG
public LogixNG getLogixNG()
-
-