org.japtproxy.packages
Class RepoPackageFactory

java.lang.Object
  extended by org.japtproxy.packages.RepoPackageFactory
All Implemented Interfaces:
IRepoPackageFactory

public class RepoPackageFactory
extends java.lang.Object
implements IRepoPackageFactory

Version:
$LastChangedRevision:79 $
Author:
Oliver J. Siegmar

Constructor Summary
RepoPackageFactory(java.util.regex.Pattern pattern)
           
 
Method Summary
 IRepoPackage newPackage(java.lang.String filename)
          Constructs a RepoPackage based on the given filename.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepoPackageFactory

public RepoPackageFactory(java.util.regex.Pattern pattern)
Method Detail

newPackage

public IRepoPackage newPackage(java.lang.String filename)
Constructs a RepoPackage based on the given filename.

Specified by:
newPackage in interface IRepoPackageFactory
Parameters:
filename - the filename to construct a repo package object for.


Copyright © 2006-2008. All Rights Reserved.