- get(String) - Method in interface io.github.amyassist.amy.core.plugin.api.IStorage
-
Returns the value for the given key
- getAllRegisteredAudioEnvironments() - Method in interface io.github.amyassist.amy.core.audio.AudioManager
-
- getAudioStream() - Method in interface io.github.amyassist.amy.core.audio.sound.SoundPlayer
-
- getConfigPaths() - Method in interface io.github.amyassist.amy.core.io.CommandLineArgumentInfo
-
Get the additional config paths set by the command line flags.
- getConfiguration(String) - Method in interface io.github.amyassist.amy.core.configuration.ConfigurationManager
-
Get the configuration from the config dirs and don't use defaults.
- getConfigurationWithDefaults(String) - Method in interface io.github.amyassist.amy.core.configuration.ConfigurationManager
-
Get the configuration from the config dirs but fallback to the defaults.
- getConfigurationWithDefaults(String, ClassLoader) - Method in interface io.github.amyassist.amy.core.configuration.ConfigurationManager
-
Get the configuration from the config dirs but fallback to the defaults using the given classloader.
- getCurrentDateTime() - Method in interface io.github.amyassist.amy.core.io.Environment
-
The current date-time with the time zone of this environment.
- getCurrentLocalDateTime() - Method in interface io.github.amyassist.amy.core.io.Environment
-
The current Date combinded with the local time as seen on a wall clock.
- getDefaultInputAudioFormat() - Method in interface io.github.amyassist.amy.core.audio.AudioManager
-
- getDefaultOutputAudioFormat() - Method in interface io.github.amyassist.amy.core.audio.AudioManager
-
- getEntityManager(String) - Method in interface io.github.amyassist.amy.core.persistence.Persistence
-
- getEnvironmentVariables() - Method in interface io.github.amyassist.amy.core.io.Environment
-
The environment variables set in this environment.
- getFormat() - Method in interface io.github.amyassist.amy.core.audio.sound.Sound
-
- getFrameLength() - Method in interface io.github.amyassist.amy.core.audio.sound.Sound
-
Get's the length of the sound, expressed in sample frames rather than bytes.
- getInfiniteLoopPlayer() - Method in interface io.github.amyassist.amy.core.audio.sound.Sound
-
Get a sound player that will play this audio for ever.
- getInputStreamOfAudioEnvironment(UUID) - Method in interface io.github.amyassist.amy.core.audio.AudioManager
-
Get's a AudioInputStream with the audio input from the audio environment described by the given identifier.
- getInstalledPlugins() - Method in interface io.github.amyassist.amy.core.Configuration
-
Get all plugin names
- getLicenseNotice() - Method in interface io.github.amyassist.amy.core.information.ProgramInformation
-
Get the license notice of amy.
- getLocalAudioEnvironmentIdentifier() - Method in interface io.github.amyassist.amy.core.audio.LocalAudio
-
- getLoopPlayer(int) - Method in interface io.github.amyassist.amy.core.audio.sound.Sound
-
Get a sound player that will play this audio the given amount of times.
- getNodeId() - Method in interface io.github.amyassist.amy.core.information.InstanceInformation
-
The id/name of this instance of Amy.
- getPluginDescription(String) - Method in interface io.github.amyassist.amy.core.Configuration
-
Get the description of a installed plugin
- getPluginVersion(String) - Method in interface io.github.amyassist.amy.core.Configuration
-
Get the version of a installed plugin
- getSinglePlayer() - Method in interface io.github.amyassist.amy.core.audio.sound.Sound
-
Get a sound player that will play this audio once.
- getVersion() - Method in interface io.github.amyassist.amy.core.information.ProgramInformation
-
Get the version string of the amy core.
- getWorkingDirectory() - Method in interface io.github.amyassist.amy.core.io.Environment
-
Get the current working directory.