From d6811ac243a7db010db1510ab29f72a28cefbc2d Mon Sep 17 00:00:00 2001 From: rramthun Date: Fri, 4 May 2007 19:46:23 +0000 Subject: [PATCH] *) Moving tar.jar from libx to lib *) Enhanced interface git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3649 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- {libx => lib}/tar.jar | Bin lib/tar.license | 15 +++++++++++++++ .../de/anomic/server/serverUpdaterCallback.java | 13 ++++++++----- 3 files changed, 23 insertions(+), 5 deletions(-) rename {libx => lib}/tar.jar (100%) create mode 100644 lib/tar.license diff --git a/libx/tar.jar b/lib/tar.jar similarity index 100% rename from libx/tar.jar rename to lib/tar.jar diff --git a/lib/tar.license b/lib/tar.license new file mode 100644 index 000000000..95fabaf04 --- /dev/null +++ b/lib/tar.license @@ -0,0 +1,15 @@ + + ---- Public Domain ---- + +This work was autored by Timothy Gerard Endres, time@gjt.org. + +This work has been placed into the public domain. + +You are free to use this work in any way you wish. + +DISCLAIMER + +THIS SOFTWARE IS PROVIDED AS-IS, WITH ABSOLUTELY NO WARRANTY. +YOU ASSUME ALL RESPONSIBILITY FOR ANY AND ALL CONSEQUENCES +THAT MAY RESULT FROM THE USE OF THIS SOFTWARE! + diff --git a/source/de/anomic/server/serverUpdaterCallback.java b/source/de/anomic/server/serverUpdaterCallback.java index 9b6dc2b07..597ea4b54 100644 --- a/source/de/anomic/server/serverUpdaterCallback.java +++ b/source/de/anomic/server/serverUpdaterCallback.java @@ -1,8 +1,11 @@ package de.anomic.server; public interface serverUpdaterCallback { - public boolean updateIsPossible(); - public String getUpdateReleaseFileName(); - public String getUpdateSource(); - public void grantUpdate(); -} + public boolean updateYaCyIsPossible(); + public void grantYaCyUpdate(); + public String getYaCyUpdateReleaseVersion(); + //public File getYaCyUpdateReleaseFile(); + public String getYaCyUpdateSource(); + public void signalYaCyShutdown(); + public void signalYaCyRestart(); +} \ No newline at end of file