Package org.freeplane.api
Interface HeadlessLoader
- All Known Subinterfaces:
Loader,Proxy.Loader
public interface HeadlessLoader
API for accessing or loading map from given location.
- Since:
- 1.7.1
-
Method Summary
Modifier and Type Method Description default MapgetMap()Deprecated.MindMapgetMindMap()Creates and returns a map or selects and returns a previously loaded map.default Mapload()Deprecated.since 1.7.10 - usegetMindMap()LoadernewMapLocation(java.io.File file)Sets map location to given file after loading.LoadernewMapLocation(java.lang.String file)Sets map location to given file after loading.LoadersaveAfterLoading()Saves map after loading under new associated locationLoaderunsetMapLocation()Removes associated location after loading.
-
Method Details
-
newMapLocation
Sets map location to given file after loading.- Since:
- 1.7.1
-
newMapLocation
Sets map location to given file after loading.- Since:
- 1.7.1
-
unsetMapLocation
Loader unsetMapLocation()Removes associated location after loading.- Since:
- 1.7.1
-
saveAfterLoading
Loader saveAfterLoading()Saves map after loading under new associated location- Since:
- 1.7.1
-
load
Deprecated.since 1.7.10 - usegetMindMap()Creates and returns a map or selects and returns a previously loaded map.- Since:
- 1.7.5
-
getMap
Deprecated.since 1.7.10 - usegetMindMap()Creates and returns a map or selects and returns a previously loaded map.- Since:
- 1.5
-
getMindMap
MindMap getMindMap()Creates and returns a map or selects and returns a previously loaded map. Same asload()- Since:
- 1.7.10
-
getMindMap()