Uses of Interface
eu.simuline.util.JavaPath.FileWrapper
-
Packages that use JavaPath.FileWrapper Package Description eu.simuline.util Utility classes: very inhomogeneous. -
-
Uses of JavaPath.FileWrapper in eu.simuline.util
Classes in eu.simuline.util that implement JavaPath.FileWrapper Modifier and Type Class Description (package private) static classJavaPath.OrdFileWrapperRepresents an ordinary fileJavaPath.OrdFileWrapper.fileon a file system.(package private) static classJavaPath.ZipEntryWrapperRepresents a fileJavaPath.ZipEntryWrapper.entrywhich is an entry in a zip-fileJavaPath.ZipEntryWrapper.zipFile.Methods in eu.simuline.util that return JavaPath.FileWrapper Modifier and Type Method Description private JavaPath.FileWrapperJavaPath. locFile2Wrapper(java.lang.String localFilename)Converts a local file name into the wrapper of the file found on the path.
-