org.ow2.opensuit.core.impl
Class UrlWatcher

java.lang.Object
  extended by org.ow2.opensuit.core.impl.UrlWatcher

public class UrlWatcher
extends java.lang.Object


Constructor Summary
UrlWatcher()
           
 
Method Summary
 void addUrl(UrlBuilder iUrl)
           
static UrlWatcher getInstalled()
           
 boolean hasMoreUrls()
           
 void install()
           
 UrlBuilder nextUrl()
           
 void uninstall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlWatcher

public UrlWatcher()
Method Detail

getInstalled

public static UrlWatcher getInstalled()

install

public void install()

uninstall

public void uninstall()

addUrl

public void addUrl(UrlBuilder iUrl)

hasMoreUrls

public boolean hasMoreUrls()

nextUrl

public UrlBuilder nextUrl()


Copyright © 2008-2012 OW2 Consortium. All Rights Reserved.