- get() - Static method in enum io.purplejs.core.RunMode
-
Returns the current run-mode.
- get(String) - Method in interface io.purplejs.core.settings.Settings
-
- get(Class<T>, String) - Method in interface io.purplejs.core.settings.Settings
-
- get(Class<T>, String, Function<String, T>) - Method in interface io.purplejs.core.settings.Settings
-
- getArray() - Method in interface io.purplejs.core.value.ScriptValue
-
Returns the value as array.
- getAsArray(String) - Method in interface io.purplejs.core.settings.Settings
-
- getAsArray(Class<T>, String) - Method in interface io.purplejs.core.settings.Settings
-
- getAsArray(Class<T>, String, Function<String, T>) - Method in interface io.purplejs.core.settings.Settings
-
- getAsSettings(String) - Method in interface io.purplejs.core.settings.Settings
-
- getBytes() - Method in class io.purplejs.core.mock.MockResource
-
- getBytes() - Method in interface io.purplejs.core.resource.Resource
-
- getCallStack() - Method in exception io.purplejs.core.exception.ProblemException
-
Stack of method calls where the problem occurred.
- getClassLoader() - Method in interface io.purplejs.core.Environment
-
Returns the configured classloader.
- getDevSourceDirs() - Method in interface io.purplejs.core.Environment
-
Returns a list of all development source directories.
- getEngine() - Method in interface io.purplejs.core.context.ExecutionContext
-
Returns the engine instance.
- getEnvironment() - Method in interface io.purplejs.core.context.ExecutionContext
-
Returns the script environment.
- getExtension() - Method in class io.purplejs.core.resource.ResourcePath
-
- getInnerError() - Method in exception io.purplejs.core.exception.ProblemException
-
Returns the inner problem exception if nested.
- getInstance(String) - Method in interface io.purplejs.core.context.ExecutionContext
-
Returns an instance of the specified component from the registry.
- getInstance(Class<T>) - Method in interface io.purplejs.core.registry.Registry
-
Returns a singleton instance of the supplied type.
- getInstanceOrNull(String) - Method in interface io.purplejs.core.context.ExecutionContext
-
Returns an instance of the specified component from the registry.
- getInstanceOrNull(Class<T>) - Method in interface io.purplejs.core.registry.Registry
-
Returns a singleton instance of the supplied type.
- getKeys() - Method in interface io.purplejs.core.value.ScriptValue
-
Returns the object keys if this value is object.
- getLastModified() - Method in class io.purplejs.core.mock.MockResource
-
- getLastModified() - Method in interface io.purplejs.core.resource.Resource
-
- getLineNumber() - Method in exception io.purplejs.core.exception.ProblemException
-
Returns the line-number where the problem occurred.
- getLogger() - Method in interface io.purplejs.core.context.ExecutionContext
-
Returns the script logger.
- getMap() - Method in interface io.purplejs.core.value.ScriptValue
-
Returns the value as map.
- getMember(String) - Method in interface io.purplejs.core.value.ScriptValue
-
Returns the named member or null.
- getName() - Method in class io.purplejs.core.resource.ResourcePath
-
- getNameWithoutExtension() - Method in class io.purplejs.core.resource.ResourcePath
-
- getParent() - Method in class io.purplejs.core.resource.ResourcePath
-
- getPath() - Method in exception io.purplejs.core.exception.ProblemException
-
Returns the resource path where the problem occurred.
- getPath() - Method in class io.purplejs.core.mock.MockResource
-
- getPath() - Method in interface io.purplejs.core.resource.Resource
-
- getPath() - Method in class io.purplejs.core.resource.ResourcePath
-
- getProvider(String) - Method in interface io.purplejs.core.context.ExecutionContext
-
Returns a provider of the specified component from the registry.
- getProvider(Class<T>) - Method in interface io.purplejs.core.registry.Registry
-
Returns a provider of instances for the supplied type.
- getRaw() - Method in interface io.purplejs.core.value.ScriptValue
-
Returns the raw (wrapped) object.
- getRegistry() - Method in interface io.purplejs.core.context.ExecutionContext
-
Returns the component registry.
- getResource() - Method in interface io.purplejs.core.context.ExecutionContext
-
Returns the actual script running.
- getResource() - Method in interface io.purplejs.core.value.ScriptExports
-
Resource path for the script that exported the methods.
- getResourceLoader() - Method in interface io.purplejs.core.Environment
-
Returns the configured resource-loader instance.
- getSettings() - Method in interface io.purplejs.core.Environment
-
Returns the settings object.
- getSize() - Method in class io.purplejs.core.mock.MockResource
-
- getSize() - Method in interface io.purplejs.core.resource.Resource
-
- getValue() - Method in interface io.purplejs.core.value.ScriptExports
-
Exported object as a value.
- getValue() - Method in interface io.purplejs.core.value.ScriptValue
-
Returns the value if it's type value.
- getValue(Class<T>) - Method in interface io.purplejs.core.value.ScriptValue
-
Returns the value if the type is value and converts it.
- globalVariable(String, Object) - Method in interface io.purplejs.core.EngineBinder
-
Adds a global variable to the script engine.