Class Node
java.lang.Object
net.n2oapp.framework.config.register.storage.Node
User: iryabov
Date: 21.05.13
Time: 20:16
-
Method Summary
Modifier and TypeMethodDescriptionstatic NodebyAbsolutePath(String absolutePath, String configPath) static NodebyDirectory(File file, String dirPath) static NodebyLocationPattern(org.springframework.core.io.Resource resource, String locationPattern) static StringcalculateLocalPathByDirectoryPath(String directoryPath, String uri) static StringcalculateLocalPathByLocationPattern(String locationPattern, String uri) booleangetFile()getName()getUri()inthashCode()voidtoString()
-
Method Details
-
byAbsolutePath
-
byLocationPattern
public static Node byLocationPattern(org.springframework.core.io.Resource resource, String locationPattern) throws IOException - Throws:
IOException
-
byDirectory
-
retrieveContent
-
calculateLocalPathByLocationPattern
-
calculateLocalPathByDirectoryPath
-
getLocalPath
-
getName
-
getUri
-
getFile
-
setFile
-
equals
-
hashCode
public int hashCode() -
toString
-