org.neovera.jdiablo.internal
Class NoopSpecialization<T>
java.lang.Object
org.neovera.jdiablo.internal.NoopSpecialization<T>
- All Implemented Interfaces:
- Specialization<T>
public class NoopSpecialization<T>
- extends Object
- implements Specialization<T>
|
Method Summary |
void |
specialize(T environment)
This method is called for the specialization. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NoopSpecialization
public NoopSpecialization()
specialize
public void specialize(T environment)
- Description copied from interface:
Specialization
- This method is called for the specialization. You can call various methods (setters, logic)
to prepare the environment the way you want. Note: Specialization will be applied only if
a new environment is created as part of the launch. Otherwise a previously created (and
possibly specialized environment) is used as is.
- Specified by:
specialize in interface Specialization<T>
- Parameters:
environment - Environment instance to specialize.
Copyright © 2014 Neovera Inc.. All rights reserved.