Java::JCR::Util - Loads the utilities libraries included with the JCR


Java-JCR documentation Contained in the Java-JCR distribution.

Index


Code Index:

NAME

Top

Java::JCR::Util - Loads the utilities libraries included with the JCR

SYNOPSIS

Top

  use Java::JCR::Util;

DESCRIPTION

Top

Loads the Perl wrappers associated with the javax.jcr.util package.

AUTHOR

Top

Andrew Sterling Hanenkamp, <hanenkamp@cpan.org>

LICENSE AND COPYRIGHT

Top


Java-JCR documentation Contained in the Java-JCR distribution.
package Java::JCR::Util;

use strict;
use warnings;

our $VERSION = '0.01';

use base qw( Java::JCR );

Java::JCR::import_my_packages();

1