org.crsh.cli.impl.invocation
Interface Resolver


public interface Resolver


Field Summary
static Resolver EMPTY
           
 
Method Summary
<T> T
resolve(Class<T> type)
          Resolve the specified type to an instance.
 

Field Detail

EMPTY

static final Resolver EMPTY
Method Detail

resolve

<T> T resolve(Class<T> type)
Resolve the specified type to an instance.

Type Parameters:
T - the generic type parameter
Parameters:
type - the type to resolve
Returns:
the resolved instance


Copyright © 2014 eXo Platform SAS. All Rights Reserved.