edu.mit.stellar.api.structure
Interface NexusFactory

All Known Subinterfaces:
NexusManager

public interface NexusFactory

NexusFactory

Version:
$Revision: 29988 $, $Date: 2008-02-09 22:10:42 -0500 (Sat, 09 Feb 2008) $
Author:
MIT Stellar team

Method Summary
 Nexus getNexusByPath(java.lang.String path)
           
 Nexus getNexusByUUID(java.lang.String uuid)
           
 boolean nexusExistsAtPath(java.lang.String absPath)
           
 boolean nexusExistsWithUUID(java.lang.String uuid)
           
 

Method Detail

nexusExistsWithUUID

boolean nexusExistsWithUUID(java.lang.String uuid)

getNexusByUUID

Nexus getNexusByUUID(java.lang.String uuid)

nexusExistsAtPath

boolean nexusExistsAtPath(java.lang.String absPath)

getNexusByPath

Nexus getNexusByPath(java.lang.String path)


Copyright © 2007-2008 MIT IS&T ISDA. All Rights Reserved.