Package cz.o2.proxima.tools.groovy
Class ProximaShell
- java.lang.Object
-
- cz.o2.proxima.tools.groovy.ShellRunnable
-
- cz.o2.proxima.tools.groovy.ProximaShell
-
public class ProximaShell extends ShellRunnable
Class for running scripts written in groovy.Usage: #!/opt/proxima/bin/proxima
rules = env.gateway.rule.streamFromOldest() ...
-
-
Field Summary
-
Fields inherited from class cz.o2.proxima.tools.groovy.ShellRunnable
conf, direct, readers, repo
-
-
Constructor Summary
Constructors Constructor Description ProximaShell(Repository repo, java.lang.String[] args)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)-
Methods inherited from class cz.o2.proxima.tools.groovy.ShellRunnable
createWrapperClass, delete, delete, findEntityDescriptor, get, getBatchSnapshot, getBatchSnapshot, getBatchUpdates, getDirect, getImpulse, getPeriodicImpulse, getRandomAccessReader, getStream, getStream, getUnionStream, put, put
-
-
-
-
Constructor Detail
-
ProximaShell
public ProximaShell(Repository repo, java.lang.String[] args)
-
-