NAME
Siebel::Srvrmgr::Types - definition of types restrictions for Siebel::Srvrmgr
SYNOPSIS
use Siebel::Srvrmgr::Types;
DESCRIPTION
This module defines types restrictions for Siebel::Srvrmgr classes usage based on Moose::Util::TypeConstraints.
EXPORTS
Nothing. Just use the module is enough to have types restrictions definitions.
NotNullStr
A subtype of 'Str' but do not accept undefined or empty strings.
Chr
A subtype of 'Str' but for a single character only.
OutputTabularType
A subtype of 'Str' that must be defined and equal to "fixed" or "delimited".
CheckCompsComp
Definition of type for instances of Siebel::Srvrmgr::Daemon::Action::Check::Component class.
AUTHOR
Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 of Alceu Rodrigues de Freitas Junior, <arfreitas@cpan.org>
This file is part of Siebel Monitoring Tools.
Siebel Monitoring Tools 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.
Siebel Monitoring Tools 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 Siebel Monitoring Tools. If not, see <http://www.gnu.org/licenses/>.