Skip to content

Commit

Permalink
*) Moving tar.jar from libx to lib
Browse files Browse the repository at this point in the history
*) Enhanced interface

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3649 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
rramthun committed May 4, 2007
1 parent 469583e commit d6811ac
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 5 deletions.
File renamed without changes.
15 changes: 15 additions & 0 deletions 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!

13 changes: 8 additions & 5 deletions 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();
}

0 comments on commit d6811ac

Please sign in to comment.