Uses of Class
cz.cuni.amis.introspection.Folder

Packages that use Folder
cz.cuni.amis.introspection Introspection package uses Proxy design pattern paradigm. 
cz.cuni.amis.introspection.java Package for introspection of Java code. 
cz.cuni.amis.introspection.jmx   
cz.cuni.amis.introspection.python Package for introspection of Python code. 
 

Uses of Folder in cz.cuni.amis.introspection
 

Subclasses of Folder in cz.cuni.amis.introspection
 class AbstractObjectFolder<T>
          This is wrapper class for introspectable objects.
 class FolderShadow
          Used for caching state and changes on a folder.
 class FolderUnion
          Union of properties and children of two introspectable proxies.
 class ScriptFolder
          Interface for all IntrospectableProxies of ScriptEngines
static class ScriptProxyManager.EmptyFolder
          Introspection proxy doing nothing.
 

Methods in cz.cuni.amis.introspection that return Folder
protected  Folder[] FolderUnion.computeFolders(Folder[] object)
           
protected abstract  Folder[] AbstractObjectFolder.computeFolders(T object)
          Computes list of introspectable children of object to be introspected.
 Folder Folder.getFolder(String name)
           
 Folder[] ScriptProxyManager.EmptyFolder.getFolders()
           
 Folder[] FolderShadow.getFolders()
           
abstract  Folder[] Folder.getFolders()
           
 Folder[] AbstractObjectFolder.getFolders()
          Returns lazy initialized list of children.
 Folder ScriptProxyManager.getProxyForScriptEngine(ScriptEngine scriptEngine)
          Get proxy for given engine.
 

Methods in cz.cuni.amis.introspection with parameters of type Folder
protected  Folder[] FolderUnion.computeFolders(Folder[] object)
           
protected  Property[] FolderUnion.computeProperties(Folder[] object)
           
 

Constructors in cz.cuni.amis.introspection with parameters of type Folder
FolderShadow(Folder folder)
           
FolderUnion(Folder first, Folder second, String name)
          Creates a new instance of FolderUnion
 

Uses of Folder in cz.cuni.amis.introspection.java
 

Subclasses of Folder in cz.cuni.amis.introspection.java
 class ReflectionObjectFolder
          Implementation of automatic object introspection using Java Reflection API.
 

Methods in cz.cuni.amis.introspection.java that return Folder
protected  Folder[] ReflectionObjectFolder.computeFolders(Object object)
          All data fields of introspected object that implement Introspectable interface are added to the list of children.
static Folder Introspector.getFolder(Field field, Object object)
           
 Folder Introspectable.getFolder(String name)
          Returns Folder representing this object.
static Folder Introspector.getFolder(String name, Object object)
           
 

Methods in cz.cuni.amis.introspection.java that return types with arguments of type Folder
protected  Collection<Folder> ReflectionObjectFolder.getDeclaredProxies(Class cls, Object object)
          Get all IntrospectableProxies from given class.
 

Uses of Folder in cz.cuni.amis.introspection.jmx
 

Subclasses of Folder in cz.cuni.amis.introspection.jmx
 class DynamicMBeanToFolderAdapter
          Adapts arbitrary MBean (packed in DynamicProxy object) to Folder object.
 

Fields in cz.cuni.amis.introspection.jmx declared as Folder
protected  Folder FolderMBean.folder
           
 

Methods in cz.cuni.amis.introspection.jmx that return Folder
protected  Folder[] DynamicMBeanToFolderAdapter.computeFolders(DynamicProxy object)
           
 

Methods in cz.cuni.amis.introspection.jmx with parameters of type Folder
static void FolderMBean.exportFolderHierarchy(Folder folder, MBeanServer mBeanServer, String domain, String rootName)
           
 

Constructors in cz.cuni.amis.introspection.jmx with parameters of type Folder
FolderMBean(Folder folder)
           
 

Uses of Folder in cz.cuni.amis.introspection.python
 

Subclasses of Folder in cz.cuni.amis.introspection.python
 class PythonEngineFolder
           
 class PythonInstrospectableProxy
           
 

Methods in cz.cuni.amis.introspection.python that return Folder
protected  Folder[] PythonInstrospectableProxy.computeFolders(Object object)
           
protected  Folder[] PythonEngineFolder.computeFolders(ScriptEngine object)
           
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.