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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map
getMap()
Creates and returns a map or selects and returns a previously loaded map.Map
load()
Creates and returns a map or selects and returns a previously loaded map.Loader
newMapLocation(File file)
Sets map location to given file after loading.Loader
newMapLocation(String file)
Sets map location to given file after loading.Loader
saveAfterLoading()
Saves map after loading under new associated locationLoader
unsetMapLocation()
Removes associated location after loading.
-
-
-
Method Detail
-
newMapLocation
Loader newMapLocation(File file)
Sets map location to given file after loading.- Since:
- 1.7.1
-
newMapLocation
Loader newMapLocation(String file)
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
Map load()
Creates and returns a map or selects and returns a previously loaded map.- Since:
- 1.7.5
-
-