de.postfuse.ui
Interface ScriptEnvironment

All Superinterfaces:
Collection<URL>, Iterable<URL>, List<URL>

public interface ScriptEnvironment
extends List<URL>

The environment of the script. At the moment it contains a list of urls to other scripts which should be included.

Author:
Peter

Method Summary
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray