| org.drools.resource.ResourceHandler
All known Subclasses: org.drools.resource.SvnResourceHandler,
ResourceHandler | public interface ResourceHandler (Code) | | Resource handler for interace that all implementations must provide.
Subversion is the first implementation of this interface. The interface
may need to be changed/extended to accomodate advanced line items, like
resource locking/deployment.
author: James Williams (james.williams@redhat.com) |
authenticate | public boolean authenticate(String url)(Code) | | Authenticate the user based on his/her credentials, typically a
username/password combo.
Parameters: url - |
setCredentials | public void setCredentials(String username, String password)(Code) | | Set the credentials for the resource handler calls. Typically called
before the user attempts to get any resources.
Parameters: username - Parameters: password - |
setRepositoryUrl | public void setRepositoryUrl(String url)(Code) | | |
|
|