Liferay 7.0-ce-b4

com.liferay.portal.fabric.repository
Class RepositoryHelperUtil

java.lang.Object
  extended by com.liferay.portal.fabric.repository.RepositoryHelperUtil

public class RepositoryHelperUtil
extends Object


Field Summary
protected static AtomicLong idGenerator
           
 
Constructor Summary
RepositoryHelperUtil()
           
 
Method Summary
static java.nio.file.Path getRepositoryFilePath(java.nio.file.Path repositoryPath, java.nio.file.Path remoteFilePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

idGenerator

protected static final AtomicLong idGenerator
Constructor Detail

RepositoryHelperUtil

public RepositoryHelperUtil()
Method Detail

getRepositoryFilePath

public static java.nio.file.Path getRepositoryFilePath(java.nio.file.Path repositoryPath,
                                                       java.nio.file.Path remoteFilePath)

Liferay 7.0-ce-b4