summaryrefslogtreecommitdiffstats
path: root/config-model-api
diff options
context:
space:
mode:
authorLester Solbakken <lesters@users.noreply.github.com>2018-08-20 09:20:04 +0200
committerGitHub <noreply@github.com>2018-08-20 09:20:04 +0200
commit59ffc5091b8246674843deea81a11a917abf801e (patch)
treeaffd290ab13c37f5ea1173c421c771c317700e3b /config-model-api
parente11152b73bb9f4a8020034a6bca63e82124f7b26 (diff)
parenta86919f38df73174c204f4705e3cd9d316a42553 (diff)
Merge pull request #6625 from vespa-engine/bratseth/generate-rank-profiles-for-all-models-part-2-3
Bratseth/generate rank profiles for all models part 2 3
Diffstat (limited to 'config-model-api')
-rw-r--r--config-model-api/src/main/java/com/yahoo/config/application/api/ApplicationPackage.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/config-model-api/src/main/java/com/yahoo/config/application/api/ApplicationPackage.java b/config-model-api/src/main/java/com/yahoo/config/application/api/ApplicationPackage.java
index dd54fe11c39..a71a0878d3d 100644
--- a/config-model-api/src/main/java/com/yahoo/config/application/api/ApplicationPackage.java
+++ b/config-model-api/src/main/java/com/yahoo/config/application/api/ApplicationPackage.java
@@ -88,12 +88,14 @@ public interface ApplicationPackage {
/**
* Contents of services.xml. Caller must close reader after use.
+ *
* @return a Reader, or null if no services.xml/vespa-services.xml present
*/
Reader getServices();
/**
* Contents of hosts.xml. Caller must close reader after use.
+ *
* @return a Reader, or null if no hosts.xml/vespa-hosts.xml present
*/
Reader getHosts();
@@ -160,8 +162,8 @@ public interface ApplicationPackage {
* Gets a file from the root of the application package
*
*
- * @param relativePath The relative path of the file within this application package.
- * @return reader for file
+ * @param relativePath the relative path of the file within this application package.
+ * @return information abut the file
* @throws IllegalArgumentException if the given path does not exist
*/
ApplicationFile getFile(Path relativePath);