JBoss Modules 1.1.2.GA

org.jboss.modules
Interface ModuleSpec.AliasBuilder

Enclosing class:
ModuleSpec

public static interface ModuleSpec.AliasBuilder

A builder for new alias module specifications.


Method Summary
 ModuleSpec create()
          Create the module specification from this builder.
 ModuleIdentifier getAliasTarget()
          Get the identifier of the module being referenced by this builder.
 ModuleIdentifier getIdentifier()
          Get the identifier of the module being defined by this builder.
 

Method Detail

create

ModuleSpec create()
Create the module specification from this builder.

Returns:
the module specification

getIdentifier

ModuleIdentifier getIdentifier()
Get the identifier of the module being defined by this builder.

Returns:
the module identifier

getAliasTarget

ModuleIdentifier getAliasTarget()
Get the identifier of the module being referenced by this builder.

Returns:
the module identifier

JBoss Modules 1.1.2.GA

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.