equip.net
Class MonikerImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.net.Moniker
              extended byequip.net.MonikerImpl
All Implemented Interfaces:
java.lang.Cloneable

public class MonikerImpl
extends Moniker

Implementation of Moniker - just an abstract base class


Constructor Summary
MonikerImpl()
           
 
Method Summary
 SimpleMoniker resolve()
          convert to simple moniker when ready to use
 
Methods inherited from class equip.net.Moniker
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonikerImpl

public MonikerImpl()
Method Detail

resolve

public SimpleMoniker resolve()
Description copied from class: Moniker
convert to simple moniker when ready to use

Specified by:
resolve in class Moniker