Liferay 7.0-ce-b4

com.liferay.portal.util.test
Class PrefsPropsTemporarySwapper

java.lang.Object
  extended by com.liferay.portal.util.test.PrefsPropsTemporarySwapper
All Implemented Interfaces:
AutoCloseable

public class PrefsPropsTemporarySwapper
extends Object
implements AutoCloseable


Constructor Summary
PrefsPropsTemporarySwapper(String firstKey, Object firstValue, Object... keysAndValues)
           
 
Method Summary
 void close()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefsPropsTemporarySwapper

public PrefsPropsTemporarySwapper(String firstKey,
                                  Object firstValue,
                                  Object... keysAndValues)
                           throws Exception
Throws:
Exception
Method Detail

close

public void close()
           throws Exception
Specified by:
close in interface AutoCloseable
Throws:
Exception

Liferay 7.0-ce-b4