Uses of Class
de.mhus.lib.core.MApi.SCOPE
-
Packages that use MApi.SCOPE Package Description de.mhus.lib.core de.mhus.lib.core.system -
-
Uses of MApi.SCOPE in de.mhus.lib.core
Methods in de.mhus.lib.core that return MApi.SCOPE Modifier and Type Method Description static MApi.SCOPEMApi.SCOPE. valueOf(String name)Returns the enum constant of this type with the specified name.static MApi.SCOPE[]MApi.SCOPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.mhus.lib.core with parameters of type MApi.SCOPE Modifier and Type Method Description static FileMApi. getFile(MApi.SCOPE scope, String path) -
Uses of MApi.SCOPE in de.mhus.lib.core.system
Methods in de.mhus.lib.core.system with parameters of type MApi.SCOPE Modifier and Type Method Description FileDefaultMApi. getFile(MApi.SCOPE scope, String dir)FileIApi. getFile(MApi.SCOPE scope, String name)Return a File inside the current application context.
-