org.jtheque.core.managers.update.repository
Class RepositoryReader

java.lang.Object
  extended by org.jtheque.core.managers.update.repository.RepositoryReader

public final class RepositoryReader
extends java.lang.Object

A reader for repository XML file.

Author:
Baptiste Wicht

Constructor Summary
RepositoryReader()
          Construct a new RepositoryReader.
 
Method Summary
 Repository read(java.lang.String strUrl)
          Read a repository file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryReader

public RepositoryReader()
Construct a new RepositoryReader.

Method Detail

read

public Repository read(java.lang.String strUrl)
Read a repository file.

Parameters:
strUrl - The URL of the repository file.
Returns:
The repository.


Copyright © 2009 JTheque. All Rights Reserved.