Interface IArtifact
-
- All Known Implementing Classes:
IArtifact.FileArtifact
public interface IArtifact
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIArtifact.FileArtifact
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static IArtifact.FileArtifactfromFile(File file)FilegetFile()
-
-
-
Method Detail
-
getFile
File getFile()
-
fromFile
@Nonnull static IArtifact.FileArtifact fromFile(@Nonnull File file)
-
-