Module java4ever.framework
Interface Artifact<S,C>
- Type Parameters:
S- the type parameterC- the type parameter
- All Known Implementing Classes:
ByteFile,ByteResource,JsonFile,JsonResource
Base interface for external artifacts for use with SDK (jsons, tvc byte files and so on).
Interface extends functional interfaces Supplier and Consumer.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumThe enum of different Path types to artifacts -
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic Artifact.PathTypeMethod checks what is the type of path for some string path
-
Method Details
-
pathType
Method checks what is the type of path for some string path- Parameters:
artifactPath- provided artifact path to check- Returns:
- the path type enum
-