Skip to content

Commit

Permalink
Creating site for fcrepo-connector-file,
Browse files Browse the repository at this point in the history
              4.0.0-beta-01
  • Loading branch information
Andrew Woods committed Jun 5, 2014
1 parent e7bb459 commit 97991e1
Show file tree
Hide file tree
Showing 47 changed files with 671 additions and 311 deletions.
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>All Classes (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>All Classes (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Constant Field Values (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Deprecated List (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>API Help (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Index (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="./stylesheet.css" title="Style">
</head>
<body>
Expand Down
38 changes: 2 additions & 36 deletions site/4.0.0-beta-01/fcrepo-connector-file/apidocs/index.html
Expand Up @@ -2,49 +2,15 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API</title>
<script type="text/javascript">
targetPage = "" + window.location.search;
if (targetPage != "" && targetPage != "undefined")
targetPage = targetPage.substring(1);
if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
if (targetPage.indexOf(":") != -1)
targetPage = "undefined";
function validURL(url) {
var pos = url.indexOf(".html");
if (pos == -1 || pos != url.length - 5)
return false;
var allowNumber = false;
var allowSep = false;
var seenDot = false;
for (var i = 0; i < url.length - 5; i++) {
var ch = url.charAt(i);
if ('a' <= ch && ch <= 'z' ||
'A' <= ch && ch <= 'Z' ||
ch == '$' ||
ch == '_') {
allowNumber = true;
allowSep = true;
} else if ('0' <= ch && ch <= '9'
|| ch == '-') {
if (!allowNumber)
return false;
} else if (ch == '/' || ch == '.') {
if (!allowSep)
return false;
allowNumber = false;
allowSep = false;
if (ch == '.')
seenDot = true;
if (ch == '/' && seenDot)
return false;
} else {
return false;
}
}
return true;
}
function loadFrames() {
if (targetPage != "" && targetPage != "undefined")
top.classFrame.location = top.targetPage;
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>FedoraFileSystemConnector (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.fcrepo.connector.file.FedoraFileSystemConnector (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>org.fcrepo.connector.file (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>org.fcrepo.connector.file (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>org.fcrepo.connector.file Class Hierarchy (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Package org.fcrepo.connector.file (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>ExternalJsonSidecarExtraPropertyStore (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.modeshape.connector.filesystem.ExternalJsonSidecarExtraPropertyStore (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>org.modeshape.connector.filesystem (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>org.modeshape.connector.filesystem (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>org.modeshape.connector.filesystem Class Hierarchy (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Package org.modeshape.connector.filesystem (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Overview List (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Overview (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Wed Jun 04 10:06:30 EDT 2014 -->
<!-- Generated by javadoc (version 1.7.0_09) on Thu Jun 05 18:07:29 EDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Class Hierarchy (Fedora Repository FileSystem Connector Module 4.0.0-beta-01 API)</title>
<meta name="date" content="2014-06-04">
<meta name="date" content="2014-06-05">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
Expand Down

0 comments on commit 97991e1

Please sign in to comment.