- main(String...) - Static method in class net.e6tech.elements.common.launch.Launch
-
Required properties are
launch
home
env
For example
Launch launch=conf/provisioning/provision-1.groovy
home=dir1 key1=val1 arg1 arg2
end
launch=conf/provisioning/provision-2.groovy
home=dir2 end
end
global-key1=global-value1
global-key2=global-value2
global-arg1 global-arg2 ...
- main(String...) - Static method in class net.e6tech.elements.common.util.Terminal
-
- mapById(Class<T>, Object, Function<T, U>) - Method in interface net.e6tech.elements.common.resources.ResourcePool
-
This method is used to map entity found by id into something else.
- mapCallingStackTrace(Function<Each<StackTraceElement, C>, ? extends V>) - Static method in class net.e6tech.elements.common.reflection.Reflection
-
- mapper - Static variable in class net.e6tech.elements.common.reflection.ObjectConverter
-
- MethodCallNotification - Class in net.e6tech.elements.common.notification
-
Created by futeh on 1/21/16.
- MethodCallNotification(Object, Object, Method, Object[], long) - Constructor for class net.e6tech.elements.common.notification.MethodCallNotification
-
- Module - Interface in net.e6tech.elements.common.inject
-
Created by futeh.
- ModuleFactory - Class in net.e6tech.elements.common.inject
-
Created by futeh.
- ModuleFactory(Class<? extends Module>) - Constructor for class net.e6tech.elements.common.inject.ModuleFactory
-
- ModuleImpl - Class in net.e6tech.elements.common.inject.spi
-
Created by futeh.
- ModuleImpl(ModuleFactory) - Constructor for class net.e6tech.elements.common.inject.spi.ModuleImpl
-
- monitor(long, Object, AllocationListener) - Method in class net.e6tech.elements.common.util.monitor.AllocationMonitor
-
The listener MUST not have any reference to obj.
- monitor(TimeoutListener) - Method in class net.e6tech.elements.common.util.monitor.TimeoutMonitor
-
- MultiProxy - Class in net.e6tech.elements.common.reflection
-
The usage pattern is createProxy().annotate()
This initial createProxy configures a handler associated with a cls and a list of
methods that the handler wishes to intercept.
- Mutator() - Constructor for class net.e6tech.elements.common.util.lambda.Each.Mutator
-