Skip navigation links
A B C D E G H I J L M N O P R S T U V W Y 

A

AbstractID2RPlugin - Class in dev.id2r.api.common.plugin
 
AbstractID2RPlugin(ID2RPlugin) - Constructor for class dev.id2r.api.common.plugin.AbstractID2RPlugin
 
AbstractJavaTask - Class in dev.id2r.api.common.plugin.task
 
AbstractJavaTask() - Constructor for class dev.id2r.api.common.plugin.task.AbstractJavaTask
 
accept(T) - Method in interface dev.id2r.api.common.utils.Throwing.Consumer
 
addPath(Path) - Method in class dev.id2r.api.common.dependency.classloader.IsolatedClassLoader
Adds a path to the classpath.
addToClasspath(URL) - Method in class dev.id2r.api.common.dependency.classloader.URLClassLoaderHelper
Adds a URL to the class loader's classpath.
addToClasspath(Path) - Method in class dev.id2r.api.common.dependency.classloader.URLClassLoaderHelper
Adds a path to the class loader's classpath.
addToClasspath(Path) - Method in class dev.id2r.api.common.dependency.DependencyManager
Adds a file to the plugin's classpath.
addURL(URL) - Method in class dev.id2r.api.common.dependency.classloader.IsolatedClassLoader
Adds a URL to the classpath.
AGRONA - Static variable in class dev.id2r.api.common.dependency.Dependencies
 
apply(String, Function<String, Placeholder>) - Method in class dev.id2r.api.common.placeholder.replacer.CharsReplacer
 
apply(String, Function<String, Placeholder>) - Method in interface dev.id2r.api.common.placeholder.replacer.Replacer
 
applySchema(String) - Method in class dev.id2r.api.common.storage.implementation.sql.SQLStorage
 
async() - Method in class dev.id2r.api.common.plugin.task.AbstractJavaTask
 
async() - Method in interface dev.id2r.api.common.plugin.task.TaskFactory
Async executor
asyncExecution(Runnable) - Method in interface dev.id2r.api.common.plugin.task.TaskFactory
Directly execute an async operation

B

build() - Method in class dev.id2r.api.common.dependency.relocation.Relocation.Builder
 
builder() - Static method in class dev.id2r.api.common.dependency.relocation.Relocation
 
Builder() - Constructor for class dev.id2r.api.common.dependency.relocation.Relocation.Builder
 
ByteUtil - Class in dev.id2r.api.common.utils
 

C

cancel() - Method in interface dev.id2r.api.common.plugin.task.SchedularTask
cancel task
CharsReplacer - Class in dev.id2r.api.common.placeholder.replacer
 
CharsReplacer() - Constructor for class dev.id2r.api.common.placeholder.replacer.CharsReplacer
 
checkSum(String) - Method in class dev.id2r.api.common.dependency.DynamicDependency.Builder
 
classifier(String) - Method in class dev.id2r.api.common.dependency.DynamicDependency.Builder
 
client - Variable in class dev.id2r.api.common.storage.implementation.mongo.MongoDBStorage
 
CONFIGME - Static variable in class dev.id2r.api.common.dependency.Dependencies
 
configureDatabase(HikariConfig, String, String, String, String, String) - Method in class dev.id2r.api.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory
 
configureDatabase(HikariConfig, String, String, String, String, String) - Method in class dev.id2r.api.common.storage.implementation.sql.connection.hikari.MySQLConnectionFactory
 
ConnectionFactory - Interface in dev.id2r.api.common.storage.implementation.sql.connection
 
create() - Method in class dev.id2r.api.common.dependency.DynamicDependency.Builder
 

D

database - Variable in class dev.id2r.api.common.storage.implementation.mongo.MongoDBStorage
 
defaultPort() - Method in class dev.id2r.api.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory
 
defaultPort() - Method in class dev.id2r.api.common.storage.implementation.sql.connection.hikari.MySQLConnectionFactory
 
delayAsync(Runnable, long, TimeUnit) - Method in class dev.id2r.api.common.plugin.task.AbstractJavaTask
 
delayAsync(Runnable, long, TimeUnit) - Method in interface dev.id2r.api.common.plugin.task.TaskFactory
Execute async delayed task
Dependencies - Class in dev.id2r.api.common.dependency
 
Dependencies() - Constructor for class dev.id2r.api.common.dependency.Dependencies
 
DependencyManager - Class in dev.id2r.api.common.dependency
inspired by @lucko's dependency manager
DependencyManager(PluginLogger, Path) - Constructor for class dev.id2r.api.common.dependency.DependencyManager
 
dev.id2r.api.common.dependency - package dev.id2r.api.common.dependency
 
dev.id2r.api.common.dependency.classloader - package dev.id2r.api.common.dependency.classloader
 
dev.id2r.api.common.dependency.relocation - package dev.id2r.api.common.dependency.relocation
 
dev.id2r.api.common.placeholder - package dev.id2r.api.common.placeholder
 
dev.id2r.api.common.placeholder.replacer - package dev.id2r.api.common.placeholder.replacer
 
dev.id2r.api.common.platform - package dev.id2r.api.common.platform
 
dev.id2r.api.common.plugin - package dev.id2r.api.common.plugin
 
dev.id2r.api.common.plugin.bootstrap - package dev.id2r.api.common.plugin.bootstrap
 
dev.id2r.api.common.plugin.logging - package dev.id2r.api.common.plugin.logging
 
dev.id2r.api.common.plugin.task - package dev.id2r.api.common.plugin.task
 
dev.id2r.api.common.storage - package dev.id2r.api.common.storage
 
dev.id2r.api.common.storage.implementation.mongo - package dev.id2r.api.common.storage.implementation.mongo
 
dev.id2r.api.common.storage.implementation.sql - package dev.id2r.api.common.storage.implementation.sql
 
dev.id2r.api.common.storage.implementation.sql.connection - package dev.id2r.api.common.storage.implementation.sql.connection
 
dev.id2r.api.common.storage.implementation.sql.connection.hikari - package dev.id2r.api.common.storage.implementation.sql.connection.hikari
 
dev.id2r.api.common.storage.implementation.sql.schema - package dev.id2r.api.common.storage.implementation.sql.schema
 
dev.id2r.api.common.storage.misc - package dev.id2r.api.common.storage.misc
 
dev.id2r.api.common.utils - package dev.id2r.api.common.utils
 
dev.id2r.api.common.utils.gson - package dev.id2r.api.common.utils.gson
 
disable() - Method in interface dev.id2r.api.common.plugin.bootstrap.LoaderBootstrap
 
divideIterable(Iterable<E>, int) - Static method in class dev.id2r.api.common.utils.Iterators
 
downloadDependency(DynamicDependency) - Method in class dev.id2r.api.common.dependency.DependencyManager
 
DynamicDependency - Class in dev.id2r.api.common.dependency
 
DynamicDependency.Builder - Class in dev.id2r.api.common.dependency
 

E

enable() - Method in interface dev.id2r.api.common.plugin.bootstrap.LoaderBootstrap
 
error(String) - Method in class dev.id2r.api.common.plugin.logging.JUtilPluginLogger
 
error(String, Throwable) - Method in class dev.id2r.api.common.plugin.logging.JUtilPluginLogger
 
error(String) - Method in class dev.id2r.api.common.plugin.logging.Log4JPluginLogger
 
error(String, Throwable) - Method in class dev.id2r.api.common.plugin.logging.Log4JPluginLogger
 
error(String) - Method in interface dev.id2r.api.common.plugin.logging.PluginLogger
 
error(String, Throwable) - Method in interface dev.id2r.api.common.plugin.logging.PluginLogger
 
error(String) - Method in class dev.id2r.api.common.plugin.logging.SLF4JPluginLogger
 
error(String, Throwable) - Method in class dev.id2r.api.common.plugin.logging.SLF4JPluginLogger
 
exclude(String) - Method in class dev.id2r.api.common.dependency.relocation.Relocation.Builder
 
Exclude - Annotation Type in dev.id2r.api.common.utils.gson
 
ExcludeStrategy - Class in dev.id2r.api.common.utils.gson
 
ExcludeStrategy() - Constructor for class dev.id2r.api.common.utils.gson.ExcludeStrategy
 

G

getAddress() - Method in class dev.id2r.api.common.storage.misc.StorageCredentials
 
getBootstrap() - Method in interface dev.id2r.api.common.plugin.ID2RPlugin
Get the plugin bootstrap
getCheckSum() - Method in class dev.id2r.api.common.dependency.DynamicDependency
 
getConnection() - Method in interface dev.id2r.api.common.storage.implementation.sql.connection.ConnectionFactory
 
getConnection() - Method in class dev.id2r.api.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory
 
getConnectionFactory() - Method in class dev.id2r.api.common.storage.implementation.sql.SQLStorage
 
getConnectionTimeout() - Method in class dev.id2r.api.common.storage.misc.StorageCredentials
 
getDatabase() - Method in class dev.id2r.api.common.storage.misc.StorageCredentials
 
getDataDirectory() - Method in interface dev.id2r.api.common.plugin.bootstrap.ID2RPluginBootstrap
Gets the plugins main data storage directory
getDependencyManager() - Method in interface dev.id2r.api.common.plugin.ID2RPlugin
Dynamic Dependency manager
getExcludes() - Method in class dev.id2r.api.common.dependency.relocation.Relocation
 
getGlobalDependencies() - Method in class dev.id2r.api.common.plugin.AbstractID2RPlugin
 
getIdentifier() - Method in class dev.id2r.api.common.placeholder.Placeholder
 
getIncludes() - Method in class dev.id2r.api.common.dependency.relocation.Relocation
 
getKeepAliveTime() - Method in class dev.id2r.api.common.storage.misc.StorageCredentials
 
getLogger() - Method in interface dev.id2r.api.common.plugin.bootstrap.ID2RPluginBootstrap
Logger adapter for all platforms
getMaxLifetime() - Method in class dev.id2r.api.common.storage.misc.StorageCredentials
 
getMaxPoolSize() - Method in class dev.id2r.api.common.storage.misc.StorageCredentials
 
getMinIdleConnections() - Method in class dev.id2r.api.common.storage.misc.StorageCredentials
 
getName() - Method in enum dev.id2r.api.common.platform.Platform.Type
Get a readable name for the platform type.
getOnlinePlayers() - Method in interface dev.id2r.api.common.plugin.bootstrap.ID2RPluginBootstrap
Gets the UUIDs of the users online on the platform
getPassword() - Method in class dev.id2r.api.common.storage.misc.StorageCredentials
 
getPath() - Method in class dev.id2r.api.common.dependency.DynamicDependency
 
getPattern() - Method in class dev.id2r.api.common.dependency.relocation.Relocation
 
getPlatformType() - Method in interface dev.id2r.api.common.plugin.bootstrap.ID2RPluginBootstrap
Gets the platform type this instance is running on.
getPlayer(UUID) - Method in interface dev.id2r.api.common.plugin.bootstrap.ID2RPluginBootstrap
Get a player object
getPlayerCount() - Method in interface dev.id2r.api.common.plugin.bootstrap.ID2RPluginBootstrap
Gets the number of users online on the platform
getPlayerList() - Method in interface dev.id2r.api.common.plugin.bootstrap.ID2RPluginBootstrap
Gets the usernames of the users online on the platform
getPlugin() - Method in class dev.id2r.api.common.storage.implementation.mongo.MongoDBStorage
 
getPlugin() - Method in class dev.id2r.api.common.storage.implementation.sql.SQLStorage
 
getPlugin() - Method in interface dev.id2r.api.common.storage.Storage
 
getProperties() - Method in class dev.id2r.api.common.storage.misc.StorageCredentials
 
getRelocatedPath() - Method in class dev.id2r.api.common.dependency.DynamicDependency
 
getRelocatedPattern() - Method in class dev.id2r.api.common.dependency.relocation.Relocation
 
getRelocations() - Method in class dev.id2r.api.common.dependency.DynamicDependency
 
getReplacement(String) - Method in class dev.id2r.api.common.placeholder.PlaceholderManager
 
getReplacementMap() - Method in class dev.id2r.api.common.placeholder.PlaceholderManager
 
getRequiredDependencies() - Method in interface dev.id2r.api.common.plugin.bootstrap.ID2RPluginBootstrap
Set of required dependencies for this plugin to run.
getResourceStream(String) - Method in interface dev.id2r.api.common.plugin.bootstrap.ID2RPluginBootstrap
Gets a bundled resource file from the jar
getStartTime() - Method in interface dev.id2r.api.common.platform.Platform
get the time when the plugin first started.
getStartupTime() - Method in interface dev.id2r.api.common.plugin.bootstrap.ID2RPluginBootstrap
Gets the time when the plugin first started in millis.
getStatements(InputStream) - Static method in class dev.id2r.api.common.storage.implementation.sql.schema.SchemaReader
Statement reader from a .sql file
getStorageName() - Method in class dev.id2r.api.common.storage.implementation.mongo.MongoDBStorage
 
getStorageName() - Method in interface dev.id2r.api.common.storage.implementation.sql.connection.ConnectionFactory
 
getStorageName() - Method in class dev.id2r.api.common.storage.implementation.sql.connection.hikari.MySQLConnectionFactory
 
getStorageName() - Method in class dev.id2r.api.common.storage.implementation.sql.SQLStorage
 
getStorageName() - Method in interface dev.id2r.api.common.storage.Storage
 
getTablePrefix() - Method in class dev.id2r.api.common.storage.implementation.sql.SQLStorage
 
getTaskFactory() - Method in interface dev.id2r.api.common.plugin.bootstrap.ID2RPluginBootstrap
Task adapter for platform
getType() - Method in interface dev.id2r.api.common.platform.Platform
Represents the platform type
getUrl() - Method in enum dev.id2r.api.common.dependency.Vendors
 
getUsername() - Method in class dev.id2r.api.common.storage.misc.StorageCredentials
 
getVendor() - Method in class dev.id2r.api.common.dependency.DynamicDependency
 
getVersion() - Method in interface dev.id2r.api.common.plugin.bootstrap.ID2RPluginBootstrap
get plugin version
GSON - Static variable in class dev.id2r.api.common.dependency.Dependencies
 

H

H2_DRIVER - Static variable in class dev.id2r.api.common.dependency.Dependencies
 
hasRelocations() - Method in class dev.id2r.api.common.dependency.DynamicDependency
 
HikariConnectionFactory - Class in dev.id2r.api.common.storage.implementation.sql.connection.hikari
 
HikariConnectionFactory(StorageCredentials) - Constructor for class dev.id2r.api.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory
 
HIKARICP - Static variable in class dev.id2r.api.common.dependency.Dependencies
 

I

ID2RPlugin - Interface in dev.id2r.api.common.plugin
 
ID2RPluginBootstrap - Interface in dev.id2r.api.common.plugin.bootstrap
 
include(String) - Method in class dev.id2r.api.common.dependency.relocation.Relocation.Builder
 
info(String, String, String) - Method in class dev.id2r.api.common.dependency.DynamicDependency.Builder
 
info(String) - Method in class dev.id2r.api.common.plugin.logging.JUtilPluginLogger
 
info(String) - Method in class dev.id2r.api.common.plugin.logging.Log4JPluginLogger
 
info(String) - Method in interface dev.id2r.api.common.plugin.logging.PluginLogger
 
info(String) - Method in class dev.id2r.api.common.plugin.logging.SLF4JPluginLogger
 
init() - Method in class dev.id2r.api.common.storage.implementation.mongo.MongoDBStorage
 
init(ID2RPlugin) - Method in interface dev.id2r.api.common.storage.implementation.sql.connection.ConnectionFactory
 
init(ID2RPlugin) - Method in class dev.id2r.api.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory
 
init() - Method in class dev.id2r.api.common.storage.implementation.sql.SQLStorage
 
init() - Method in interface dev.id2r.api.common.storage.Storage
 
IsolatedClassLoader - Class in dev.id2r.api.common.dependency.classloader
 
IsolatedClassLoader(URL...) - Constructor for class dev.id2r.api.common.dependency.classloader.IsolatedClassLoader
Creates a new isolated class loader for the given URLs.
isPlayerOnline(UUID) - Method in interface dev.id2r.api.common.plugin.bootstrap.ID2RPluginBootstrap
Checks if a user is online
Iterators - Class in dev.id2r.api.common.utils
 

J

JEDIS - Static variable in class dev.id2r.api.common.dependency.Dependencies
 
JUtilPluginLogger - Class in dev.id2r.api.common.plugin.logging
 
JUtilPluginLogger(Logger) - Constructor for class dev.id2r.api.common.plugin.logging.JUtilPluginLogger
 

L

load() - Method in interface dev.id2r.api.common.plugin.bootstrap.LoaderBootstrap
 
LoaderBootstrap - Interface in dev.id2r.api.common.plugin.bootstrap
 
loadLibrary(DynamicDependency) - Method in class dev.id2r.api.common.dependency.DependencyManager
Loads a library jar into the plugin's classpath.
Log4JPluginLogger - Class in dev.id2r.api.common.plugin.logging
 
Log4JPluginLogger(Logger) - Constructor for class dev.id2r.api.common.plugin.logging.Log4JPluginLogger
 

M

MONGODB_DRIVER - Static variable in class dev.id2r.api.common.dependency.Dependencies
 
MongoDBStorage - Class in dev.id2r.api.common.storage.implementation.mongo
 
MongoDBStorage(ID2RPlugin, StorageCredentials, String, String) - Constructor for class dev.id2r.api.common.storage.implementation.mongo.MongoDBStorage
 
MYSQL_DRIVER - Static variable in class dev.id2r.api.common.dependency.Dependencies
 
MySQLConnectionFactory - Class in dev.id2r.api.common.storage.implementation.sql.connection.hikari
 
MySQLConnectionFactory(StorageCredentials) - Constructor for class dev.id2r.api.common.storage.implementation.sql.connection.hikari.MySQLConnectionFactory
 

N

newBuilder() - Static method in class dev.id2r.api.common.dependency.DynamicDependency
 

O

onDisable() - Method in interface dev.id2r.api.common.plugin.ID2RPlugin
method to be called when the plugin disables.
onEnable() - Method in interface dev.id2r.api.common.plugin.ID2RPlugin
method to be called when the plugin enables.
onLoad() - Method in interface dev.id2r.api.common.plugin.ID2RPlugin
method to be called on load
onRequest(String) - Method in class dev.id2r.api.common.placeholder.Placeholder
 
overrideProperties(Map<String, String>) - Method in class dev.id2r.api.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory
 
overrideProperties(Map<String, String>) - Method in class dev.id2r.api.common.storage.implementation.sql.connection.hikari.MySQLConnectionFactory
 

P

pattern(String) - Method in class dev.id2r.api.common.dependency.relocation.Relocation.Builder
 
Placeholder - Class in dev.id2r.api.common.placeholder
 
Placeholder(String) - Constructor for class dev.id2r.api.common.placeholder.Placeholder
 
PlaceholderManager - Class in dev.id2r.api.common.placeholder
 
PlaceholderManager() - Constructor for class dev.id2r.api.common.placeholder.PlaceholderManager
 
Platform - Interface in dev.id2r.api.common.platform
 
Platform.Type - Enum in dev.id2r.api.common.platform
Supported platform types
PluginLogger - Interface in dev.id2r.api.common.plugin.logging
 
postInitialize() - Method in class dev.id2r.api.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory
 
postInitialize() - Method in class dev.id2r.api.common.storage.implementation.sql.connection.hikari.MySQLConnectionFactory
 
PROTOBUF_JAVA - Static variable in class dev.id2r.api.common.dependency.Dependencies
 

R

register(PlaceholderManager) - Method in class dev.id2r.api.common.placeholder.Placeholder
 
relocate(Relocation) - Method in class dev.id2r.api.common.dependency.DynamicDependency.Builder
 
relocate(String, String) - Method in class dev.id2r.api.common.dependency.DynamicDependency.Builder
 
relocate(Path, Path, Collection<Relocation>) - Method in class dev.id2r.api.common.dependency.relocation.RelocationHelper
Invokes the jar relocator to process the input jar and generate an output jar with the provided relocation rules applied.
relocatedPattern(String) - Method in class dev.id2r.api.common.dependency.relocation.Relocation.Builder
 
Relocation - Class in dev.id2r.api.common.dependency.relocation
 
Relocation(String, String, Collection<String>, Collection<String>) - Constructor for class dev.id2r.api.common.dependency.relocation.Relocation
 
Relocation(String, String) - Constructor for class dev.id2r.api.common.dependency.relocation.Relocation
 
Relocation.Builder - Class in dev.id2r.api.common.dependency.relocation
 
RelocationHelper - Class in dev.id2r.api.common.dependency.relocation
A reflection-based helper for relocating library jars.
RelocationHelper(DependencyManager) - Constructor for class dev.id2r.api.common.dependency.relocation.RelocationHelper
 
repeatAsync(Runnable, long, TimeUnit) - Method in class dev.id2r.api.common.plugin.task.AbstractJavaTask
 
repeatAsync(Runnable, long, TimeUnit) - Method in interface dev.id2r.api.common.plugin.task.TaskFactory
Execute async repeating task
replace(String) - Method in class dev.id2r.api.common.placeholder.PlaceholderManager
 
Replacer - Interface in dev.id2r.api.common.placeholder.replacer
 
run() - Method in interface dev.id2r.api.common.utils.Throwing.Runnable
 

S

SchedularTask - Interface in dev.id2r.api.common.plugin.task
 
SchemaReader - Class in dev.id2r.api.common.storage.implementation.sql.schema
 
setProperties(HikariConfig, Map<String, String>) - Method in class dev.id2r.api.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory
 
shouldSkipClass(Class<?>) - Method in class dev.id2r.api.common.utils.gson.ExcludeStrategy
 
shouldSkipField(FieldAttributes) - Method in class dev.id2r.api.common.utils.gson.ExcludeStrategy
 
shutdown() - Method in class dev.id2r.api.common.storage.implementation.mongo.MongoDBStorage
 
shutdown() - Method in interface dev.id2r.api.common.storage.implementation.sql.connection.ConnectionFactory
 
shutdown() - Method in class dev.id2r.api.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory
 
shutdown() - Method in class dev.id2r.api.common.storage.implementation.sql.SQLStorage
 
shutdown() - Method in interface dev.id2r.api.common.storage.Storage
 
shutdownExecutor() - Method in class dev.id2r.api.common.plugin.task.AbstractJavaTask
 
shutdownExecutor() - Method in interface dev.id2r.api.common.plugin.task.TaskFactory
Shutdown executor handler
shutdownTasks() - Method in class dev.id2r.api.common.plugin.task.AbstractJavaTask
 
shutdownTasks() - Method in interface dev.id2r.api.common.plugin.task.TaskFactory
Shutdown all active tasks
SLF4J - Static variable in class dev.id2r.api.common.dependency.Dependencies
 
SLF4JPluginLogger - Class in dev.id2r.api.common.plugin.logging
 
SLF4JPluginLogger(Logger) - Constructor for class dev.id2r.api.common.plugin.logging.SLF4JPluginLogger
 
SQLITE_DRIVER - Static variable in class dev.id2r.api.common.dependency.Dependencies
 
SQLStorage - Class in dev.id2r.api.common.storage.implementation.sql
 
Storage - Interface in dev.id2r.api.common.storage
 
StorageCredentials - Class in dev.id2r.api.common.storage.misc
 
StorageCredentials(String, String, String, String, int, int, int, int, int, Map<String, String>) - Constructor for class dev.id2r.api.common.storage.misc.StorageCredentials
 
StringUtils - Class in dev.id2r.api.common.utils
 
StringUtils() - Constructor for class dev.id2r.api.common.utils.StringUtils
 
sync() - Method in interface dev.id2r.api.common.plugin.task.TaskFactory
sync executor
syncExecution(Runnable) - Method in interface dev.id2r.api.common.plugin.task.TaskFactory
Directly execute a sync operation

T

tableExists(Connection, String) - Method in class dev.id2r.api.common.storage.implementation.sql.SQLStorage
 
TaskFactory - Interface in dev.id2r.api.common.plugin.task
 
Throwing - Interface in dev.id2r.api.common.utils
 
Throwing.Consumer<T> - Interface in dev.id2r.api.common.utils
 
Throwing.Runnable - Interface in dev.id2r.api.common.utils
 
toByteArray(InputStream) - Static method in class dev.id2r.api.common.utils.ByteUtil
 
translateAlternateColorCodes(char, String) - Static method in class dev.id2r.api.common.utils.StringUtils
 
translateMessage(String) - Static method in class dev.id2r.api.common.utils.StringUtils
 
translateTime(long) - Static method in class dev.id2r.api.common.utils.StringUtils
 
tryIterate(Iterable<E>, Throwing.Consumer<E>) - Static method in class dev.id2r.api.common.utils.Iterators
 
tryIterate(Iterable<I>, Function<I, O>, Consumer<O>) - Static method in class dev.id2r.api.common.utils.Iterators
 
tryIterate(E[], Consumer<E>) - Static method in class dev.id2r.api.common.utils.Iterators
 
tryIterate(I[], Function<I, O>, Consumer<O>) - Static method in class dev.id2r.api.common.utils.Iterators
 

U

url() - Method in class dev.id2r.api.common.dependency.DynamicDependency
 
URLClassLoaderHelper - Class in dev.id2r.api.common.dependency.classloader
A reflection-based wrapper around URLClassLoader for adding URLs to the classpath.
URLClassLoaderHelper(URLClassLoader) - Constructor for class dev.id2r.api.common.dependency.classloader.URLClassLoaderHelper
Creates a new URL class loader helper.

V

valueOf(String) - Static method in enum dev.id2r.api.common.dependency.Vendors
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum dev.id2r.api.common.platform.Platform.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum dev.id2r.api.common.dependency.Vendors
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum dev.id2r.api.common.platform.Platform.Type
Returns an array containing the constants of this enum type, in the order they are declared.
vendor(Vendors) - Method in class dev.id2r.api.common.dependency.DynamicDependency.Builder
 
vendor(String) - Method in class dev.id2r.api.common.dependency.DynamicDependency.Builder
 
Vendors - Enum in dev.id2r.api.common.dependency
 

W

warn(String) - Method in class dev.id2r.api.common.plugin.logging.JUtilPluginLogger
 
warn(String, Throwable) - Method in class dev.id2r.api.common.plugin.logging.JUtilPluginLogger
 
warn(String) - Method in class dev.id2r.api.common.plugin.logging.Log4JPluginLogger
 
warn(String, Throwable) - Method in class dev.id2r.api.common.plugin.logging.Log4JPluginLogger
 
warn(String) - Method in interface dev.id2r.api.common.plugin.logging.PluginLogger
 
warn(String, Throwable) - Method in interface dev.id2r.api.common.plugin.logging.PluginLogger
 
warn(String) - Method in class dev.id2r.api.common.plugin.logging.SLF4JPluginLogger
 
warn(String, Throwable) - Method in class dev.id2r.api.common.plugin.logging.SLF4JPluginLogger
 

Y

YAML - Static variable in class dev.id2r.api.common.dependency.Dependencies
 
A B C D E G H I J L M N O P R S T U V W Y 
Skip navigation links