cz.cuni.amis.introspection.java
Interface Introspectable

Package class diagram package Introspectable

public interface Introspectable

All objects that want to provide hierarchical view of their structure to the IDE must implement this interface.

Author:
student

Method Summary
 Folder getFolder(String name)
          Returns Folder representing this object.
 

Method Detail

getFolder

Folder getFolder(String name)
Returns Folder representing this object.

Returns:
Folder representation of this object


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