gov.nih.nci.caarray.services.security.mageom
Class SecuredElementInfo

java.lang.Object
  extended by gov.nih.nci.caarray.services.security.mageom.SecuredElementInfo

public class SecuredElementInfo
extends java.lang.Object

Author:
Joshua Phillips

Constructor Summary
SecuredElementInfo()
           
 
Method Summary
 void configure(java.io.InputStream in)
           
static SecuredElementInfo getInstance()
           
 java.util.Collection getPathExpressionsForPrimary(java.lang.String primClassName)
           
 java.util.Map getPathInfoForPrimary(java.lang.String primClassName)
           
 PrimaryInfo getPrimaryInfo(java.lang.String className)
           
 SecondaryInfo getSecondaryInfo(java.lang.String className)
           
 java.util.Collection getSecondaryInfos()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuredElementInfo

public SecuredElementInfo()
Method Detail

getInstance

public static SecuredElementInfo getInstance()

main

public static void main(java.lang.String[] args)

getSecondaryInfo

public SecondaryInfo getSecondaryInfo(java.lang.String className)
Parameters:
className -
Returns:

getSecondaryInfos

public java.util.Collection getSecondaryInfos()
Returns:

getPrimaryInfo

public PrimaryInfo getPrimaryInfo(java.lang.String className)
Parameters:
className -
Returns:

configure

public void configure(java.io.InputStream in)
Parameters:
in -

getPathInfoForPrimary

public java.util.Map getPathInfoForPrimary(java.lang.String primClassName)

getPathExpressionsForPrimary

public java.util.Collection getPathExpressionsForPrimary(java.lang.String primClassName)