Skip to content
Snippets Groups Projects
Commit 8e78b789 authored by brinn's avatar brinn
Browse files

Move IStopSignaler to package filesystem.

SVN: 27030
parent a519c102
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,6 @@ import ch.systemsx.cisd.common.exceptions.Status;
import ch.systemsx.cisd.common.filesystem.DirectoryScanningTimerTask.IScannedStore;
import ch.systemsx.cisd.common.logging.LogCategory;
import ch.systemsx.cisd.common.logging.LogFactory;
import ch.systemsx.cisd.common.utilities.IStopSignaler;
/**
* An <code>IDirectoryScanningHandler</code> which manages faulty paths.
......
......@@ -18,7 +18,6 @@ package ch.systemsx.cisd.common.filesystem;
import java.io.File;
import ch.systemsx.cisd.common.utilities.IStopSignaler;
/**
* A role for handling paths. The paths are supposed to go away when they have been handled
......
......@@ -14,7 +14,7 @@
* limitations under the License.
*/
package ch.systemsx.cisd.common.utilities;
package ch.systemsx.cisd.common.filesystem;
/**
* A role that allows to signal that a worker was stopped.
......
......@@ -16,7 +16,6 @@
package ch.systemsx.cisd.common.filesystem;
import ch.systemsx.cisd.common.utilities.IStopSignaler;
/**
* Handles items in the file store.
......
......@@ -16,9 +16,9 @@
package ch.systemsx.cisd.datamover.common;
import ch.systemsx.cisd.common.filesystem.IStopSignaler;
import ch.systemsx.cisd.common.filesystem.IStoreHandler;
import ch.systemsx.cisd.common.filesystem.StoreItem;
import ch.systemsx.cisd.common.utilities.IStopSignaler;
/**
* Moves items in the file store.
......
......@@ -51,6 +51,7 @@ import ch.systemsx.cisd.common.filesystem.highwatermark.HostAwareFileWithHighwat
import ch.systemsx.cisd.common.filesystem.FileUtilities;
import ch.systemsx.cisd.common.filesystem.HostAwareFile;
import ch.systemsx.cisd.common.filesystem.IDirectoryScanningHandler;
import ch.systemsx.cisd.common.filesystem.IStopSignaler;
import ch.systemsx.cisd.common.filesystem.IStoreItemFilter;
import ch.systemsx.cisd.common.filesystem.LastModificationChecker;
import ch.systemsx.cisd.common.filesystem.QueueingPathRemoverService;
......@@ -68,7 +69,6 @@ import ch.systemsx.cisd.common.properties.PropertyUtils;
import ch.systemsx.cisd.common.reflection.ClassUtils;
import ch.systemsx.cisd.common.utilities.IExitHandler;
import ch.systemsx.cisd.common.utilities.ISelfTestable;
import ch.systemsx.cisd.common.utilities.IStopSignaler;
import ch.systemsx.cisd.common.utilities.SystemExit;
import ch.systemsx.cisd.etlserver.plugins.DeleteDataSetsAlreadyDeletedInApplicationServerMaintenanceTask;
import ch.systemsx.cisd.etlserver.postregistration.PostRegistrationMaintenanceTask;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment