| Package | Description |
|---|---|
| org.springframework.cloud.dataflow.registry |
Root package of the Data Flow registry support.
|
| Modifier and Type | Method and Description |
|---|---|
AppRegistration |
AppRegistry.find(String name,
ApplicationType type) |
AppRegistration |
AppRegistry.save(String name,
ApplicationType type,
URI uri) |
| Modifier and Type | Method and Description |
|---|---|
List<AppRegistration> |
AppRegistry.findAll() |
List<AppRegistration> |
AppRegistry.importAll(boolean overwrite,
String... resourceUris) |
| Modifier and Type | Method and Description |
|---|---|
int |
AppRegistration.compareTo(AppRegistration that) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.