Package net.neoforged.jst.api
Class FileEntries
java.lang.Object
net.neoforged.jst.api.FileEntries
-
Method Summary
-
Method Details
-
ofPath
Creates a file entry for a given NIO path. Since file entries need to know their path relative to the source root, the source root has to be given as an additional parameter. -
ofZipEntry
Creates a file entry for an existing zip entry. Will source the content from the given zip file.
-