public class Procedural extends Object
Constructor and Description |
---|
Procedural() |
Modifier and Type | Method and Description |
---|---|
Object |
_if(org.apache.felix.service.command.CommandSession session,
org.apache.felix.service.command.Function[] fns) |
void |
_throw(org.apache.felix.service.command.CommandSession session) |
void |
_throw(Exception e) |
void |
_throw(String message) |
Object |
_try(org.apache.felix.service.command.CommandSession session,
org.apache.felix.service.command.Function func) |
Object |
_try(org.apache.felix.service.command.CommandSession session,
org.apache.felix.service.command.Function func,
org.apache.felix.service.command.Function error) |
void |
_while(org.apache.felix.service.command.CommandSession session,
org.apache.felix.service.command.Function condition,
org.apache.felix.service.command.Function ifTrue) |
List<Object> |
each(org.apache.felix.service.command.CommandSession session,
Collection<Object> list,
org.apache.felix.service.command.Function closure) |
boolean |
not(org.apache.felix.service.command.CommandSession session,
org.apache.felix.service.command.Function condition) |
void |
until(org.apache.felix.service.command.CommandSession session,
org.apache.felix.service.command.Function condition,
org.apache.felix.service.command.Function ifTrue) |
public List<Object> each(org.apache.felix.service.command.CommandSession session, Collection<Object> list, org.apache.felix.service.command.Function closure) throws Exception
Exception
public Object _if(org.apache.felix.service.command.CommandSession session, org.apache.felix.service.command.Function[] fns) throws Exception
Exception
public boolean not(org.apache.felix.service.command.CommandSession session, org.apache.felix.service.command.Function condition) throws Exception
Exception
public void _throw(String message)
public void _throw(org.apache.felix.service.command.CommandSession session) throws Throwable
Throwable
public Object _try(org.apache.felix.service.command.CommandSession session, org.apache.felix.service.command.Function func)
public Object _try(org.apache.felix.service.command.CommandSession session, org.apache.felix.service.command.Function func, org.apache.felix.service.command.Function error) throws Exception
Exception
public void _while(org.apache.felix.service.command.CommandSession session, org.apache.felix.service.command.Function condition, org.apache.felix.service.command.Function ifTrue) throws Exception
Exception
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.