Uses of Enum Class
com.github.hypfvieh.common.SearchOrder
Packages that use SearchOrder
Package
Description
-
Uses of SearchOrder in com.github.hypfvieh.common
Subclasses with type arguments of type SearchOrder in com.github.hypfvieh.commonMethods in com.github.hypfvieh.common that return SearchOrderModifier and TypeMethodDescriptionstatic SearchOrderReturns the enum constant of this class with the specified name.static SearchOrder[]SearchOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.hypfvieh.common with parameters of type SearchOrderModifier and TypeMethodDescriptionstatic InputStreamSearchOrder.findFile(String _fileName, SearchOrder... _order) Search for the given filename in givenSearchOrder. -
Uses of SearchOrder in com.github.hypfvieh.config.xml
Methods in com.github.hypfvieh.config.xml with parameters of type SearchOrderModifier and TypeMethodDescriptionXmlConfigBuilder.setInputFile(File _inputFile, SearchOrder... _order) Set input file used for reading configuration.XmlConfigBuilder.setInputFile(String _inputFile, SearchOrder... _order) Set input file used for reading configuration. -
Uses of SearchOrder in com.github.hypfvieh.system
Methods in com.github.hypfvieh.system with parameters of type SearchOrderModifier and TypeMethodDescriptionstatic voidNativeLibraryLoader.loadLibrary(String _libName, SearchOrder[] _loadOrder, String... _searchPathes) Tries to load the given library using the given load/search order. -
Uses of SearchOrder in com.github.hypfvieh.util
Methods in com.github.hypfvieh.util with parameters of type SearchOrderModifier and TypeMethodDescriptionstatic InputStreamFileIoUtil.openInputStreamForFile(String _fileNameWithPath, SearchOrder... _searchOrder) Tries to find _fileNameWithPath in either classpath, systempath or absolute path and opens anInputStreamfor it.FileIoUtil.readFileFrom(String _fileName, Charset _charset, SearchOrder... _searchOrder) Read a file from different sources depending on _searchOrder.