NIHVIVO-160 Change package from webapp.utils.filestorage to webapp.filestorage.backend

This commit is contained in:
jeb228 2010-05-26 20:10:24 +00:00
parent f6b3acd831
commit 916a7a5d62
11 changed files with 13 additions and 13 deletions

View file

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils.filestorage; package edu.cornell.mannlib.vitro.webapp.filestorage.backend;
import java.io.IOException; import java.io.IOException;

View file

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils.filestorage; package edu.cornell.mannlib.vitro.webapp.filestorage.backend;
import java.io.FileNotFoundException; import java.io.FileNotFoundException;
import java.io.IOException; import java.io.IOException;

View file

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils.filestorage; package edu.cornell.mannlib.vitro.webapp.filestorage.backend;
import java.io.IOException; import java.io.IOException;

View file

@ -1,8 +1,8 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils.filestorage; package edu.cornell.mannlib.vitro.webapp.filestorage.backend;
import static edu.cornell.mannlib.vitro.webapp.utils.filestorage.FileStorage.SHORTY_LENGTH; import static edu.cornell.mannlib.vitro.webapp.filestorage.backend.FileStorage.SHORTY_LENGTH;
import java.io.File; import java.io.File;
import java.util.Map; import java.util.Map;

View file

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils.filestorage; package edu.cornell.mannlib.vitro.webapp.filestorage.backend;
import java.io.BufferedInputStream; import java.io.BufferedInputStream;
import java.io.BufferedOutputStream; import java.io.BufferedOutputStream;

View file

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils.filestorage; package edu.cornell.mannlib.vitro.webapp.filestorage.backend;
/** /**
* Indicates that an object ID contains an invalid character. * Indicates that an object ID contains an invalid character.

View file

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils.filestorage; package edu.cornell.mannlib.vitro.webapp.filestorage.backend;
/** /**
* Indicates a PairTree path ("ppath" or "relative path") that is not correctly * Indicates a PairTree path ("ppath" or "relative path") that is not correctly

View file

@ -175,4 +175,4 @@
* </p> * </p>
*/ */
package edu.cornell.mannlib.vitro.webapp.utils.filestorage; package edu.cornell.mannlib.vitro.webapp.filestorage.backend;

View file

@ -1,8 +1,8 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils.filestorage; package edu.cornell.mannlib.vitro.webapp.filestorage.backend;
import static edu.cornell.mannlib.vitro.webapp.utils.filestorage.FileStorageFactory.PROPERTY_IMPLEMETATION_CLASSNAME; import static edu.cornell.mannlib.vitro.webapp.filestorage.backend.FileStorageFactory.PROPERTY_IMPLEMETATION_CLASSNAME;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail; import static org.junit.Assert.fail;

View file

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils.filestorage; package edu.cornell.mannlib.vitro.webapp.filestorage.backend;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;

View file

@ -1,6 +1,6 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */ /* $This file is distributed under the terms of the license in /doc/license.txt$ */
package edu.cornell.mannlib.vitro.webapp.utils.filestorage; package edu.cornell.mannlib.vitro.webapp.filestorage.backend;
import static org.junit.Assert.*; import static org.junit.Assert.*;
import static org.junit.Assert.assertTrue; import static org.junit.Assert.assertTrue;