Package com.yahoo.config.application.api
Class FileRegistry.Entry
- java.lang.Object
-
- com.yahoo.config.application.api.FileRegistry.Entry
-
- Enclosing interface:
- FileRegistry
public static class FileRegistry.Entry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description com.yahoo.config.FileReference
reference
java.lang.String
relativePath
-
Constructor Summary
Constructors Constructor Description Entry(java.lang.String relativePath, com.yahoo.config.FileReference reference)
-