public class Deployments extends Object implements Iterable<Deployment>
| Constructor and Description |
|---|
Deployments() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Deployment deployment) |
Deployment |
findByName(String name) |
Set<String> |
getAllTables() |
Set<String> |
getAllTablesWithLPTables() |
Iterator<Deployment> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<Deployment> iterator()
iterator in interface Iterable<Deployment>public void add(Deployment deployment)
public Deployment findByName(String name)
Copyright © 2017 SAP SE. All Rights Reserved.