org.neovera.jdiablo
Interface Specialization<T>

All Known Implementing Classes:
NoopSpecialization

public interface Specialization<T>


Method Summary
 void specialize(T environment)
          This method is called for the specialization.
 

Method Detail

specialize

void specialize(T environment)
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.

Parameters:
environment - Environment instance to specialize.


Copyright © 2014 Neovera Inc.. All rights reserved.