Package io.datarouter.storage.file
Class PathbeanKey
java.lang.Object
io.datarouter.model.field.BaseFieldSet<K>
io.datarouter.model.key.BaseKey<K>
io.datarouter.model.key.unique.BaseUniqueKey<PK>
io.datarouter.model.key.primary.BasePrimaryKey<PK>
io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<PathbeanKey>
io.datarouter.storage.file.PathbeanKey
- All Implemented Interfaces:
io.datarouter.model.field.FieldSet<PathbeanKey>,io.datarouter.model.key.entity.EntityKey<PathbeanKey>,io.datarouter.model.key.Key<PathbeanKey>,io.datarouter.model.key.primary.EntityPrimaryKey<PathbeanKey,PathbeanKey>,io.datarouter.model.key.primary.PrimaryKey<PathbeanKey>,io.datarouter.model.key.primary.RegularPrimaryKey<PathbeanKey>,io.datarouter.model.key.unique.UniqueKey<PathbeanKey>,io.datarouter.model.serialize.fielder.Fielder<PathbeanKey>,io.datarouter.model.serialize.fielder.PrimaryKeyFielder<PathbeanKey>,Comparable<io.datarouter.model.field.FieldSet<PathbeanKey>>
public class PathbeanKey extends io.datarouter.model.key.primary.base.BaseRegularPrimaryKey<PathbeanKey>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPathbeanKey.FieldKeys -
Field Summary
-
Constructor Summary
Constructors Constructor Description PathbeanKey()PathbeanKey(String path, String file) -
Method Summary
Modifier and Type Method Description List<io.datarouter.model.field.Field<?>>getFields()StringgetFile()StringgetPath()StringgetPathAndFile()static booleanisValidFile(String file)static booleanisValidPath(String path)static PathbeanKeyof(Subpath subpath, String file)static PathbeanKeyof(String pathAndFile)static PathbeanKeyof(Path path)StringtoString()Methods inherited from class io.datarouter.model.key.primary.base.BaseRegularPrimaryKey
getEntityKey, getEntityKeyFields, getPostEntityKeyFields, prefixFromEntityKeyMethods inherited from class io.datarouter.model.field.BaseFieldSet
compareTo, equals, getFieldNames, getFields, getFieldValue, getFieldValues, hashCode
-
Constructor Details
-
PathbeanKey
public PathbeanKey() -
PathbeanKey
-
-
Method Details
-
getFields
-
of
-
of
-
of
-
isValidPath
-
isValidFile
-
getPathAndFile
-
getPath
-
getFile
-
toString
- Overrides:
toStringin classio.datarouter.model.field.BaseFieldSet<PathbeanKey>
-