Uses of Class
com.iizix.term.ee.EEMaster
Packages that use EEMaster Package Description com.iizigo.term.recording.prop com.iizix.term.ee Uses of EEMaster in com.iizigo.term.recording.prop
Methods in com.iizigo.term.recording.prop that return EEMaster Modifier and Type Method Description EEMaster
RecordingProp. getMaster()
Gets the master.Methods in com.iizigo.term.recording.prop with parameters of type EEMaster Modifier and Type Method Description void
RecordingProp. setMaster(EEMaster master)
Sets the master and builds the properties.Uses of EEMaster in com.iizix.term.ee
Methods in com.iizix.term.ee that return EEMaster Modifier and Type Method Description static EEMaster
EEMaster. getEEMaster(java.lang.String fn)
Creates a shared instance or uses a previous one, reloading changed files if required, with weak memory references to allow smaller memory footprint.Constructors in com.iizix.term.ee with parameters of type EEMaster Constructor Description EERuntime(EEMaster master)
Constructor.