org.jboss.guice.plugins
Interface GuiceObject


public interface GuiceObject

Guice Objects.

Author:
Ales Justin

Field Summary
static GuiceObject ALL
           
static GuiceObject KERNEL
           
 
Method Summary
 Object createObject(Kernel kernel, com.google.inject.Binder binder)
          Create new MC-Guice object.
 String geName()
          Get the name.
 

Field Detail

ALL

static final GuiceObject ALL

KERNEL

static final GuiceObject KERNEL
Method Detail

geName

String geName()
Get the name.

Returns:
the name

createObject

Object createObject(Kernel kernel,
                    com.google.inject.Binder binder)
Create new MC-Guice object.

Parameters:
kernel - the kernel
binder - the binder
Returns:
new MC-Guice object instance


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.