Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 76547 invoked from network); 2 May 2002 08:59:21 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 2 May 2002 08:59:21 -0000 Received: (qmail 13361 invoked by uid 97); 2 May 2002 08:59:30 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@nagoya.betaversion.org Received: (qmail 13285 invoked by alias); 2 May 2002 08:59:30 -0000 Delivered-To: jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 13271 invoked by uid 97); 2 May 2002 08:59:30 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 13255 invoked by alias); 2 May 2002 08:59:29 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 2 May 2002 08:59:12 -0000 Message-ID: <20020502085912.16598.qmail@icarus.apache.org> From: donaldp@apache.org To: jakarta-ant-myrmidon-cvs@apache.org Subject: cvs commit: jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/property NameValidator.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N donaldp 02/05/02 01:59:12 Added: container/src/java/org/apache/myrmidon/interfaces/property NameValidator.java Log: Actually move name validator this time. Revision Changes Path 1.1 jakarta-ant-myrmidon/container/src/java/org/apache/myrmidon/interfaces/property/NameValidator.java Index: NameValidator.java =================================================================== /* * Copyright (C) The Apache Software Foundation. All rights reserved. * * This software is published under the terms of the Apache Software License * version 1.1, a copy of which has been included with this distribution in * the LICENSE.txt file. */ package org.apache.myrmidon.interfaces.property; /** * Determines the validity of names used in projects. * * @author Darrell DeBoer * @version $Revision: 1.1 $ $Date: 2002/05/02 08:59:12 $ */ public interface NameValidator { /** * Validates the supplied name, failing if it is not. * * @param name The name to be validated. * @throws java.lang.Exception is the supplied name is not valid. */ void validate( String name ) throws Exception; } -- To unsubscribe, e-mail: For additional commands, e-mail: