URI::jar - Java ARchive URI


URI-jar documentation  | view source Contained in the URI-jar distribution.

Index


NAME

Top

URI::jar - Java ARchive URI

VERSION

Top

version 0.02

SYNOPSIS

Top

  use URI;
  use URI::jar;

  my $jar_uri = URI->jar("jar:http://www.art-code.org/foo/bar.jar!/content/baz/zigorou.js");
  local $\ = "\n";
  print $jar_uri->jar_entry_name; # will print "/content/baz/zigorou.js"
  print $jar_uri->jar_file_uri; # will print "http://www.art-code.org/foo/bar.jar"

METHOD

Top

jar_entry_name()

Return entry name in jar file.

jar_file_uri()

Return jar file's uri as URI object.

AUTHOR

Top

Toru Yamaguchi, <zigorou@cpan.org>

BUGS

Top

Please report any bugs or feature requests to bug-uri-jar@rt.cpan.org, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

COPYRIGHT & LICENSE

Top


URI-jar documentation  | view source Contained in the URI-jar distribution.