All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pekinsoft.validation.builtin.stringvalidation.resources.IpAddressValidator.properties Maven / Gradle / Ivy

Go to download

A simple platform on which Java/Swing desktop applications may be built. This updated version has packaged the entire library into a single JAR file. We have also made the following changes: ToolBarGenerator should now create ButtonGroups properly for state actions. ApplicationContext has accessors for the WindowManager, DockingManager, StatusDisplayer, and ProgressHandler implementations. It defaults to testing the Application's MainView and the MainView's StatusBar, then uses the Lookup, if the MainView and its StatusBar do not implement the desired interfaces. StatusMessage now uses the com.pekinsoft.desktop.error.ErrorLevel instead of the java.util.logging.Level, so that the levels will no longer need to be cast in order to be used.

The newest version!
# Copyright (C) 2022 PekinSOFT Systems
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see .
# 
# *****************************************************************************
#  Project    :   Validation_API
#  Class      :   IpAddressValidator.properties
#  Author     :   Sean Carrick
#  Created    :   Oct 30, 2022
#  Modified   :   Oct 30, 2022
#  
#  Purpose: See class JavaDoc for explanation
#  
#  Revision History:
#  
#  WHEN          BY                   REASON
#  ------------  -------------------  -----------------------------------------
#  Oct 30, 2022  Sean Carrick         Initial creation.
# *****************************************************************************

ADDR_PART_BAD=''%1$s'' is not an integer
ADDR_PART_HIGH=IP components must be 0-256 - %1$s too high
ADDR_PART_NEGATIVE=IP components may not be negative numbers (%1$s)
NEGATIVE_PORT=Negative port number %1$s not allowed
PORT_TOO_HIGH=Port number too high
INVALID_PORT=''%2$s'' is not a valid port number
TOO_MANY_COLONS=Too many :''s in %1$s: ''%2$s''




© 2015 - 2025 Weber Informatics LLC | Privacy Policy