Parameters.java :  » Web-Crawler » jspider » net » javacoding » jspider » tool » Java Open Source

Java Open Source » Web Crawler » jspider 
jspider » net » javacoding » jspider » tool » Parameters.java
package net.javacoding.jspider.tool;

/**
 * $Id: Parameters.java,v 1.1 2003/03/25 16:25:06 vanrogu Exp $
 */
public class Parameters {

    protected String[] values;

    public Parameters ( String[] values ) {
        this.values = values;
    }

    public String[] getValues ( ) {
        return values;
    }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.