Package csw.config.models
Class ConfigFileInfo
- java.lang.Object
- 
- csw.config.models.ConfigFileInfo
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- scala.Equals,- scala.Product
 
 public class ConfigFileInfo extends java.lang.Object implements scala.Product, java.io.SerializableContains information about a config file stored in the config serviceparam: path the path of file sitting in config service param: id the ConfigId representing unique id of the file param: comment the comment end user wants to provide while committing the file in config service - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ConfigFileInfo(java.nio.file.Path path, ConfigId id, java.lang.String author, java.lang.String comment)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringauthor()java.lang.Stringcomment()ConfigIdid()java.nio.file.Pathpath()
 
- 
- 
- 
Constructor Detail- 
ConfigFileInfopublic ConfigFileInfo(java.nio.file.Path path, ConfigId id, java.lang.String author, java.lang.String comment)
 
- 
 - 
Method Detail- 
pathpublic java.nio.file.Path path() 
 - 
idpublic ConfigId id() 
 - 
authorpublic java.lang.String author() 
 - 
commentpublic java.lang.String comment() 
 
- 
 
-