From ae3e5b616b1eb3da35d40f1cb4dbe29b8359cd5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marynowski?= Date: Wed, 23 Jan 2019 22:31:12 +0100 Subject: [PATCH] remove docs, rebuild app --- .gitignore | 1 + dist/glam-mnw.jar | Bin 145782 -> 145624 bytes lib/joailib/LICENSE | 201 ---- lib/joailib/NOTICE | 2 - lib/joailib/doc/allclasses-frame.html | 47 - lib/joailib/doc/allclasses-noframe.html | 47 - lib/joailib/doc/com/rdksys/oai/Harvester.html | 507 ---------- .../com/rdksys/oai/MyObjectOutputStream.html | 286 ------ .../com/rdksys/oai/class-use/Harvester.html | 144 --- .../oai/class-use/MyObjectOutputStream.html | 144 --- .../doc/com/rdksys/oai/data/Header.html | 418 -------- .../doc/com/rdksys/oai/data/Metadata.html | 902 ------------------ .../doc/com/rdksys/oai/data/Record.html | 330 ------- .../com/rdksys/oai/data/RecordIterator.html | 308 ------ .../com/rdksys/oai/data/class-use/Header.html | 235 ----- .../rdksys/oai/data/class-use/Metadata.html | 196 ---- .../com/rdksys/oai/data/class-use/Record.html | 210 ---- .../oai/data/class-use/RecordIterator.html | 192 ---- .../com/rdksys/oai/data/package-frame.html | 38 - .../com/rdksys/oai/data/package-summary.html | 169 ---- .../doc/com/rdksys/oai/data/package-tree.html | 157 --- .../doc/com/rdksys/oai/data/package-use.html | 213 ----- .../doc/com/rdksys/oai/package-frame.html | 34 - .../doc/com/rdksys/oai/package-summary.html | 161 ---- .../doc/com/rdksys/oai/package-tree.html | 159 --- .../doc/com/rdksys/oai/package-use.html | 144 --- .../com/rdksys/oai/repository/Identify.html | 505 ---------- .../rdksys/oai/repository/MetadataFormat.html | 353 ------- .../doc/com/rdksys/oai/repository/Set.html | 315 ------ .../oai/repository/class-use/Identify.html | 180 ---- .../repository/class-use/MetadataFormat.html | 188 ---- .../rdksys/oai/repository/class-use/Set.html | 180 ---- .../rdksys/oai/repository/package-frame.html | 36 - .../oai/repository/package-summary.html | 165 ---- .../rdksys/oai/repository/package-tree.html | 153 --- .../rdksys/oai/repository/package-use.html | 182 ---- lib/joailib/doc/constant-values.html | 146 --- lib/joailib/doc/deprecated-list.html | 146 --- lib/joailib/doc/help-doc.html | 223 ----- lib/joailib/doc/index-files/index-1.html | 193 ---- lib/joailib/doc/index-files/index-10.html | 193 ---- lib/joailib/doc/index-files/index-2.html | 142 --- lib/joailib/doc/index-files/index-3.html | 245 ----- lib/joailib/doc/index-files/index-4.html | 154 --- lib/joailib/doc/index-files/index-5.html | 148 --- lib/joailib/doc/index-files/index-6.html | 165 ---- lib/joailib/doc/index-files/index-7.html | 151 --- lib/joailib/doc/index-files/index-8.html | 145 --- lib/joailib/doc/index-files/index-9.html | 151 --- lib/joailib/doc/index.html | 39 - lib/joailib/doc/overview-frame.html | 46 - lib/joailib/doc/overview-summary.html | 164 ---- lib/joailib/doc/overview-tree.html | 162 ---- lib/joailib/doc/package-list | 3 - lib/joailib/doc/resources/inherit.gif | Bin 57 -> 0 bytes lib/joailib/doc/serialized-form.html | 404 -------- lib/joailib/doc/stylesheet.css | 29 - lib/joailib/lib/commons-logging-LICENSE.txt | 203 ---- .../lib/geronimo-activation-LICENSE.txt | 203 ---- lib/joailib/lib/geronimo-javamail-LICENSE.txt | 203 ---- lib/joailib/lib/geronimo-stax-api-LICENSE.txt | 203 ---- lib/joailib/lib/jaxen-LICENSE.txt | 202 ---- lib/joailib/lib/wstx-LICENSE.txt | 203 ---- nbbuild.xml | 2 +- nbproject/build-impl.xml | 35 +- nbproject/genfiles.properties | 4 +- 66 files changed, 25 insertions(+), 11784 deletions(-) delete mode 100644 lib/joailib/LICENSE delete mode 100644 lib/joailib/NOTICE delete mode 100644 lib/joailib/doc/allclasses-frame.html delete mode 100644 lib/joailib/doc/allclasses-noframe.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/Harvester.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/MyObjectOutputStream.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/class-use/Harvester.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/class-use/MyObjectOutputStream.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/data/Header.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/data/Metadata.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/data/Record.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/data/RecordIterator.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/data/class-use/Header.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/data/class-use/Metadata.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/data/class-use/Record.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/data/class-use/RecordIterator.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/data/package-frame.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/data/package-summary.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/data/package-tree.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/data/package-use.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/package-frame.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/package-summary.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/package-tree.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/package-use.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/repository/Identify.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/repository/MetadataFormat.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/repository/Set.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/repository/class-use/Identify.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/repository/class-use/MetadataFormat.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/repository/class-use/Set.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/repository/package-frame.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/repository/package-summary.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/repository/package-tree.html delete mode 100644 lib/joailib/doc/com/rdksys/oai/repository/package-use.html delete mode 100644 lib/joailib/doc/constant-values.html delete mode 100644 lib/joailib/doc/deprecated-list.html delete mode 100644 lib/joailib/doc/help-doc.html delete mode 100644 lib/joailib/doc/index-files/index-1.html delete mode 100644 lib/joailib/doc/index-files/index-10.html delete mode 100644 lib/joailib/doc/index-files/index-2.html delete mode 100644 lib/joailib/doc/index-files/index-3.html delete mode 100644 lib/joailib/doc/index-files/index-4.html delete mode 100644 lib/joailib/doc/index-files/index-5.html delete mode 100644 lib/joailib/doc/index-files/index-6.html delete mode 100644 lib/joailib/doc/index-files/index-7.html delete mode 100644 lib/joailib/doc/index-files/index-8.html delete mode 100644 lib/joailib/doc/index-files/index-9.html delete mode 100644 lib/joailib/doc/index.html delete mode 100644 lib/joailib/doc/overview-frame.html delete mode 100644 lib/joailib/doc/overview-summary.html delete mode 100644 lib/joailib/doc/overview-tree.html delete mode 100644 lib/joailib/doc/package-list delete mode 100644 lib/joailib/doc/resources/inherit.gif delete mode 100644 lib/joailib/doc/serialized-form.html delete mode 100644 lib/joailib/doc/stylesheet.css delete mode 100644 lib/joailib/lib/commons-logging-LICENSE.txt delete mode 100644 lib/joailib/lib/geronimo-activation-LICENSE.txt delete mode 100644 lib/joailib/lib/geronimo-javamail-LICENSE.txt delete mode 100644 lib/joailib/lib/geronimo-stax-api-LICENSE.txt delete mode 100644 lib/joailib/lib/jaxen-LICENSE.txt delete mode 100644 lib/joailib/lib/wstx-LICENSE.txt diff --git a/.gitignore b/.gitignore index 508d0f6..8e1de8e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build +dist nbproject/private/ Thumbs.db temp.jpg \ No newline at end of file diff --git a/dist/glam-mnw.jar b/dist/glam-mnw.jar index d702a6723869befa69600035a0e232fd9bebe88a..d14730d4382568188db254941495f3c9ec8941cb 100644 GIT binary patch delta 5754 zcmcf_d0bTG_MC5E?&r(}W!On{klcU~1r^j>$jnScOwHU<#8Ji&5OB+dOs&k!$m-Kf z1D7<*!i|y4QY%}vY&Eyc>b-hB+st~J$vfxXVOa9@=i~Rg=R5a1=R5m3-*A8XMIQfI z24@ep1lRy1z=&OGS>?g)Lx$6Ow)52I7YP7rM-zPwIrFy9!qBf+4Y@eMu3UkDc3hQu$@s=t1Bz*r=oR$XkArSU>o&*n$WzT@4|T9I8=QAJ*G$A>4$KT%aruek9alML|?v& z{j^Y)RMj@=t(YVLe&PUBPMU~RXPb#Ym1q^s%f7L}GHlTd9>5TZ4qihUgfR$b5Wygl zK@@{%1~Ck-W6+X8EQ3}IT5IUEL5L|ZPGTDy#^d$8)7Fmduswqg8g}IE1REw|S(1h> z8??k0{ML!FWQm=5?IJNnVyX?Iv8%*x61z)Glb9~ChlV|Ekbo^D_L6u5qrD~ek=R#a zKZzNv??#FJCEmp70A{#Z;y{VFNE{^bR*8cpW@M{0Px4Q|0vHoOBzYdA*YSQ`w+Q4+`T)_4u?)Nq2ti4t=pPLh}_ak50W#3>S| zvNw4WJrbu$yh~!f#OXGQR)NH_LWxDJYlg&Pi6y*U%3!9%S$3R_b0p5?_q#Qmr{R2w z3+%WM%NX3F;UbCmGIcQq-WX z*sjNNeAGr@m4=UL__z(0ke9F+pRl3A)f%qR@Ja6?DSC_GwHiJ}xzlhRLQ;oSGbVLZ z7i}U%BNiuRQFXG5yRoNw)-LYBAu2%^JA%eg;51xshDUv?i%lU2+ccmO6Zv6Wau16P{Xx4Zp2MGZpLTGK^?c?Rvn+k zZOR!U!tKxD^W?CO+i~lv@)a?OI=+A}>R5$45YVaPPB=mi&70T1*qu{aSlkoAvS5Kt z$6dHpEe#PRmfg5V{ShMCx2{Gnf_>h+Qg?1%foH}{Hwl=p<6f*`@RG`Kh+D(=;mbPi z#|;|3qT{Q0K*xh{L{&IMH~V_nqTwMOU&GhcS%+w2eFG08v{EZ{(Mq)o6-Cj>&iOer zOY;hgoelqbJ8f!bs7Q_JY;(?^>@LYI_876R<6%063Aa{-Zz4q5RDPI8Vcud}xk5mZH($cSQLMLET##8cXUZd0{kBC4}#wKKk8>b2iOWpPA>Q5E9i>G@^*qBDTD#Jx|$`F!T?4IH-b{FI}IBaMu zEX{KlPnhK{uJ?nr{Y=`F9wDY%-lO==j}W7+Z{gbrZPdbFF-BdC5DBgT4Ajwz8s&G& z%=~7Ln$K9N^8mx(DS8pG4nk>N4^IO^h5D|wn2VJv*C~dUZJ_-K;sD5l zjj)MU#x|3&)GF`{Y~d5M*N1qR%bJk52Lg8xCZLj_&Db3ZfshULvaEhtRvsdTtgY}Y z@m2ufV6cEjXCHTjsV;G1HQDk`oJclo=>t}9!DQG5&ymdW&=sDi^HyjJ`LLa^06yoJ z{y4nAZW4VZya-h!pDojAhq+!LzY%s4-U4XQI}xdh!V(WUMPBOX`nZ`y~=zXZ)h@ntp7*Vg9cj{E@V7UTz(%aXs z$k6kWPfu>V*hzXKt{3f%0CXj{T~Oo;KwFpt`+RO!`ZZS46lS-1{5Ex)X?41XLV(}x zS||Xk1}|%{-;9G91Q5pFE45T1sn?=gOgeG@2kgFb;yAtPv;W8I#bL6)x~=Hzw?7r8 z!T~BF3-o{-I7k?$ZI9pnJ#fgdUs5z*gV%j&Gs}=^Y`;l+gJ_(<3<$gmJv2CsSPKIn zu+9;BulFF?-k4Bt`XvaCZeaVHKHE386JyBstL=QT=NtnJ^4mEG-tyU*@fSOpX4=WL zIy;lVQcF&onkmqS0m;-_id=&&Gvs@GWoJ~w+xezRq&}Nm_IFw+7nP+!r>&;)So1$R z&1m@s9bl#FmrXQh04MDopW`h$2sb%CtAmIiUtioQMz3)QM)*T80^V&>+`Lm)V8M08 z{RiCCxV&k^lfDY|TL)1|npSrdy>4So2~-LLp(7mi74;)NO%{6RPN(Y{mcsk+fiLl) z5O5VzjaofMO>_fki6Jo`!bgVqwh3Y?iC>W*dilpkFvP;g@CgYBg(&zGKBE98)7x?Q zoM4K9ogfI%-KSj8m^lfjNFvu-Jgbb?;Isy3H29*HXPi-Qr#YEtZ`9yRL9FLY59z=- z5=J-lz(morjAx>i-T;mnSu$r)icb;3S9PbTa4m)rHT$6DXfMP%Mpi@Xgxz4J#c{id z2Qfa%#C68+FmcKFXcHIJFvc;~#O-BF7-zmTV|=`c2Qq#qfoh1$^eIf_y$OHaOQ?p4 zf8BND`1TSVlN`=!$jwZwA}`HbAclMf3VBf(`~XYf0u|n`G=6`h+Wx&kvDWy)P((du zCL7^v_=W;eLB~(i%5$Q3LR~~AlS+z+;i219?}aIu35i~qIwZ-FR|6gaSqU!3G%ws$ zm5EiEYPd^;2IZ5K?$8salf+6@;_|gO-z`pvgnt-y)(%48pYSbtkW9noJNOqdr_^`;qXUuI)~Wk>Q5^6#Sh(7V<}B zxkOYGSBg6Q-&_&=3yXqKK{@V4Lx;Wrz=?ejGFn9>i_igu2;HsWf#KE-&_6Leum*|* zjrf=bGqnpv7F*{$QnPDbZ zgEANi7pVxiXixZ(%NQ2{x9$n5+!Y|os4hOF0$xj%5dv?+e+UaO<||)SCT*Rcc8O?Q zA!#6M$vVv#8JCU8MHj(->UX#VH(%i^YWEeGKm;nHv;C=Y16=?5&?QBg+H z78Alv5t~>8vk`_Q9fUb+pn1{(n3LtIfw>4(4huJ;c}YZ2WB^k^!>$mF-5?aZLky-H zJ;&+kPcQ8blx>Uq9@KECaj(F&fgGLi%A&+ZD7uj8yROjNJ!! zkKPBjjHYfJR1NbS^S!XZv9KCw2HjIX8jN9xH#C?64fImpc;s^5_C8`4b;F%&-?gW8d(`W{CNCIJGQXAedZW~u)srY@(5 zv>^WOMA-p+3T729c`6M|0nSi*NADDR6lnW;j7lqmTGJ_ z;V>drSJQR64RkxAz_nyjblSP%SOe(~C@*;`CjSDH_1rv*b6Z>F!Q{4|!j zYn#cskXT!DOzJ;KHf3F-s?tP?!4!1UEIo-ziJ!*uE+|YFDTXTn2WPw&>;mAYadamh zVx_UFC|x)Vd3NhZ=U%6}+PyCT_hXwO7foifCd~7xh5%n@hZ!UQnH5#k7FmA ad<*qU+_dOIplI-AbW9HsVa-h8$?{)ahsS*Y delta 5924 zcmcgwd3+T06@TB~ZgzfbCW~xNB7qGQ5<-?>LK5T<5D_VmfM+=rL$ZWm5<(IVgSHB_ocNhDV)k(HXK60J0kimPk& z(mJGcqP6I*(L>gNfK&lJ1@sc|GXcE?^bwFIAYDLT0T}}N3CJ`M^imf`V1JD)F9zTO z*~yMZ4h9OyHIOIU`Cbe{-Gv4Qd#M{zaR3bY1}3z{aWKU8n?^t9RlvuSRIXe{8nR)-2cwNS_A7etZ3YYy9L~1 z;9iaUg!+5&?|uOfXsnN>r5Lxtz=P4W5*rO{5*HuR*zBcSu|?w#vOX+es~6kwh=2wI z+YS8DOZ6NKT8$lEJc^wLb{W{+G*zo%%D2ZrBd6Fv6DTv?`qET!*6J8#ths%L&w9hF zvJGYqa@s8&t!}~?YelqLhAEcYRFB4#a-#TZU{5Cvcl0|oc$fUdJ9+U1BaG!wR z3%Fmv0|M3y*dX9R0UHHu67Z0K&2*2o`UDatnY4xe0P39HKcjDEKww}RLj!wEJc*}F zJdJ(qyovp2G4TwZ1)Vp$Xns*vc~NC)))lqYWtF8Sp2PDT8xt>}WzF_Lx4tjpB@-{> z6%Ya@UZq3q@1jMcszXJ!bE*e}TuYXCO}vH{YkC(|<9Z!$SnqUEX*~|$O;GfrMYW;g zS(RmT=Y?3nViO1PmVmdd^Zn}Q@$cYW6Mw=J2HrFAJ`S1qfDTzV`BiT8Hrj3Au!#@x zk@dJ=^>lrVKU*LBRXvidxv?tA1xmD5#i|^>f2!^N-B=a!y^OywEwH#ER8lst!m5wu z3{Q_!35rHq3*yws?x3W=;*wBRQFU!asIoTD_8S)PGRZm+r;;3=IWuO5ifaS2%4*ox z8*Mg+XI*?7OK~-8sST8uRff(IGa$lK6{@Z%tEu7oXk!W3ViK+E<5kzo*_i6k%uscx zvN%-Jk%LKdYG;M2r_T>n%Xx?F*brE}pzMaSlA_w8$eDm6*KIu$uPR*cb0~8X)MVEu z_^Wkif*KR-0>6n^#BmB|&MPkumQ@s$h7A18#HaW>NRKHh4^@{HWtnuES}j+inmOWe z6QAKt6aTLq^6BD@io5T3Z+8^ zPMG)>-f@yD>s?Fa-Z2Nx0=0jx7jNibH;^<+%QM8p}dEG{j z5U9ag-$UJq?N)L?754rk?N~nn*V=33tK-$YEJk*=Y>2b!~ z%(FHkZ!I;8A56cKo}edL;!{jFc}KXK*)h=5jCZG~AE}E$`wZIuBaJbr#h_`F`|&3w~c65Ejw+hO>&*0 zXx2MCqR7_sLRe37FSV2Pyw*#l*#Q{HZU?C<9Dv@mkX{VCy&d+(K2E`gkL(OnLmxxb_6aJ@*JUJcv7`Df~Rw!fmc z8XmDfhf3)+t`QeqNJaEIW0JN#5&QSh8@BzL8t4GM8BUv1XF?PE9oj*rNdiYw)M>iV zptpcl8ck7cj_`fE2U*b_3GJqzBwyDvY=1j!`;77q8t(ot ztz@_G83pg*2dP-(^t9yYPhp`iq^S`58BABbu5GX7Y`e9@<0~T`UrFzsRm-x|R!_dR zTK<79=~&G?v{_$+)sU_>u%^PkYRKiHDT6aVhWgS6;Tm2Y*5snwZSDN5rImD;J`CqM zmfWW)$1cr}xMzm4mSh(5G5y&Vf4HwIW$~9}s3DPQ;iDA#3w^=@VkwFKN`K=dX7Syp z^mm5YHuf1qqP(zj#Z%=U^iP&3rPWJR_A=;*LH{!7XsZk{yS$D_?v7n-(C3O-zi>R{ z1JhU-$U2>&2G>cZJbXu7#p16sda}ccK>P$@Y6B6jX0zA`_?oHPG9XIBe8Rq(pqq#9|O!*Z=djTWkX<~nDilWa^EaJ_&c z0W$;?3n&o~5-?LhDFe1DN^o1qEWyeI%ocD1gGNdn?|4y{(oZ(aJ8ar}8I4r&(_MdM zc(0#-jz7>yRpa~Z;HW8*I3{x>iM#4K`kdaUuQ=jg!$l`x(zop$0ADz^&vBpboycV+ z527#WIER>RdtfS=X*DE{19&0Q;h$3Zcno9k~!0rMgPkc*MD*4VDSIu zijtQx4gx1d4dE%q9}nnIGj*A4E$pviM=u8DdE%quJrB~Te(_OzX^EnJv~;i$JXhZ8 z*x5|UV^^bzmN}j`(sJuSe>K{3vvj};>-;Pgz;bJ7mP+FhQIe&uu}8!mT2qlOm9WAL6>bhg2O4ItVupR2SFEONe63Z4YdD)H$@RZ8Uh8CKZxTx|OXnWCnp@ zi~YoYna$^tx%8Ag;`X1S=}h1vIyQ=n>3ecTrZF@rd97tT8tPcu3P$ANo6>JD{Sq`G zb3d)Tn>uIiqm>20y>ts`hu+)S5E=0+UbNWb#0 zYNFfxziy=8G}7(uQ^B6D7}`Do&eY3!lU9^Q^03f}EL_Py1xHmKCn`!DqSVLejtN{q zcNR3$YF1h=N`Ko#YX-Z6UEPiJyLNqk2^U6?8zZR`E@tmX*}CPuOg{6py#=R+$AFts z5D!UcCrUyhk~lWW9Hp*E?!%(mdmK2Q1t@fzI1Vb#)&4QfnwG8dJAO{H)@Q5SJo(1N zMRS|6W;F<{3Vo?S{X@*#$29!&z+bY(FAgj3h*EMBNtWNMh#MN8Y~o z&Ei2ECAoS;ju35H{(;L{KTyT5dBg3oDhDcm4>4-qEw6Vk?o1?CY6td-)&m38fPgTi z#B|G;$HL_5$aFl>k-2`Tw#;1Rx7jDH`Ksn9n=4mJ2br7m9rhi=+}1VBZhuX*Dsok_ zdaXc6acfQ&cz)uOeAVp9@s+Dr2Z5{BTXXYNclp{GYwI2!UG~wrS&wdXSTD*`v9{~` zzODb}+^mIGRi4VWnffo8u;L;9;wx82)jO^I%w#KF)z5dht4SnRN2a@WIZ7|c58D@W z$$T@D>r$?ctjC{rScCguSgZ1tX^VF6pZlsWNF-Os&`)m>{uJwAemLyWp0_@E)<+~) zphJ`%`9fHetZsu;g6&n!tosh|Sd{^LR*`JCCJj>kQzh$XecFvk+_e07lyW}wHVsne KdyZtYFZ3S}y%1vn diff --git a/lib/joailib/LICENSE b/lib/joailib/LICENSE deleted file mode 100644 index 261eeb9..0000000 --- a/lib/joailib/LICENSE +++ /dev/null @@ -1,201 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. diff --git a/lib/joailib/NOTICE b/lib/joailib/NOTICE deleted file mode 100644 index 3f59805..0000000 --- a/lib/joailib/NOTICE +++ /dev/null @@ -1,2 +0,0 @@ -This product includes software developed by -The Apache Software Foundation (http://www.apache.org/). diff --git a/lib/joailib/doc/allclasses-frame.html b/lib/joailib/doc/allclasses-frame.html deleted file mode 100644 index 18d8fa8..0000000 --- a/lib/joailib/doc/allclasses-frame.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - -All Classes - - - - - - - - - - - -All Classes -
- - - - - -
Harvester -
-Header -
-Identify -
-Metadata -
-MetadataFormat -
-MyObjectOutputStream -
-Record -
-RecordIterator -
-Set -
-
- - - diff --git a/lib/joailib/doc/allclasses-noframe.html b/lib/joailib/doc/allclasses-noframe.html deleted file mode 100644 index 29d4575..0000000 --- a/lib/joailib/doc/allclasses-noframe.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - -All Classes - - - - - - - - - - - -All Classes -
- - - - - -
Harvester -
-Header -
-Identify -
-Metadata -
-MetadataFormat -
-MyObjectOutputStream -
-Record -
-RecordIterator -
-Set -
-
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/Harvester.html b/lib/joailib/doc/com/rdksys/oai/Harvester.html deleted file mode 100644 index 4112f3a..0000000 --- a/lib/joailib/doc/com/rdksys/oai/Harvester.html +++ /dev/null @@ -1,507 +0,0 @@ - - - - - - -Harvester - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.rdksys.oai -
-Class Harvester

-
-java.lang.Object
-  extended by com.rdksys.oai.Harvester
-
-
-
-
public class Harvester
extends Object
- - -

-

-
Version:
-
0.1
-
Author:
-
David Uvalle, david.uvalle@gmail.com
-
-
- -

- - - - - - - - - - - - - - -
-Constructor Summary
Harvester(String baseUrl) - -
-          Constructs the harvester using a repository URL.
Harvester(String baseUrl, - boolean useHarvestFromFile) - -
-          Constructs the harvester using a repository URL, with a flag to use a harvest temporary file.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- RecordgetRecord(String identifier) - -
-          Returns a Record object harvested by his identifier - using 'oai_dc' as metadataPrefix
- Identifyidentify() - -
-          Returns an Identify object containing information about the OAI respository.
- List<Header>listIdentifiers() - -
-          Returns a List of Header type.
- List<Header>listIdentifiers(String from, - String until, - String set) - -
-          Returns a List of Header type, using selective harvesting.
- List<MetadataFormat>listMetadataFormats() - -
-          Returns a List of MetadataFormats supported by the repository.
- List<MetadataFormat>listMetadataFormats(String identifier) - -
-          Returns a List of MetadataFormats from a given identifier.
- RecordIteratorlistRecords() - -
-          Harvest all the Records from a repository - and store them in a temporal file for later use.
- RecordIteratorlistRecords(String from, - String until, - String set) - -
-          Selective harvest of Records from a repository - and store them in a temporal file for later use.
- List<Set>listSets() - -
-          Returns a List of Set type.
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Harvester

-
-public Harvester(String baseUrl)
-
-
Constructs the harvester using a repository URL. -

-

-
Parameters:
baseUrl - A repository valid URL.
-
-
- -

-Harvester

-
-public Harvester(String baseUrl,
-                 boolean useHarvestFromFile)
-          throws FileNotFoundException
-
-
Constructs the harvester using a repository URL, with a flag to use a harvest temporary file. -

-

-
Parameters:
baseUrl - A repository valid URL.
useHarvestFromFile - A boolean flag. -
Throws: -
FileNotFoundException - If the file does not exists yet.
-
- - - - - - - - -
-Method Detail
- -

-identify

-
-public Identify identify()
-                  throws Exception
-
-
Returns an Identify object containing information about the OAI respository. -

-

- -
Returns:
A Identify object. -
Throws: -
Exception
-
-
-
- -

-listIdentifiers

-
-public List<Header> listIdentifiers(String from,
-                                    String until,
-                                    String set)
-                             throws Exception
-
-
Returns a List of Header type, using selective harvesting. -

-

-
Parameters:
from - A date.
until - A date.
set - A set name supported by the respository. -
Returns:
List -
Throws: -
Exception
-
-
-
- -

-listIdentifiers

-
-public List<Header> listIdentifiers()
-                             throws Exception
-
-
Returns a List of Header type. -

-

- -
Returns:
A List of headers. -
Throws: -
Exception
-
-
-
- -

-listMetadataFormats

-
-public List<MetadataFormat> listMetadataFormats()
-                                         throws Exception
-
-
Returns a List of MetadataFormats supported by the repository. -

-

- -
Returns:
A List of MetadataFormats. -
Throws: -
Exception
-
-
-
- -

-listMetadataFormats

-
-public List<MetadataFormat> listMetadataFormats(String identifier)
-                                         throws Exception
-
-
Returns a List of MetadataFormats from a given identifier. -

-

-
Parameters:
identifier - valid OAI document identifier. -
Returns:
List -
Throws: -
Exception
-
-
-
- -

-listSets

-
-public List<Set> listSets()
-                   throws Exception
-
-
Returns a List of Set type. -

-

- -
Returns:
List -
Throws: -
Exception
-
-
-
- -

-getRecord

-
-public Record getRecord(String identifier)
-                 throws Exception
-
-
Returns a Record object harvested by his identifier - using 'oai_dc' as metadataPrefix -

-

-
Parameters:
identifier - A OAI document identifier. -
Returns:
Record -
Throws: -
Exception
-
-
-
- -

-listRecords

-
-public RecordIterator listRecords(String from,
-                                  String until,
-                                  String set)
-                           throws Exception
-
-
Selective harvest of Records from a repository - and store them in a temporal file for later use. -

-

-
Parameters:
from - A date.
until - A date.
set - A set supported by the repository. -
Returns:
RecordIterator -
Throws: -
Exception
-
-
-
- -

-listRecords

-
-public RecordIterator listRecords()
-                           throws FileNotFoundException,
-                                  Exception
-
-
Harvest all the Records from a repository - and store them in a temporal file for later use. -

-

- -
Returns:
RecordIterator -
Throws: -
FileNotFoundException -
Exception
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/MyObjectOutputStream.html b/lib/joailib/doc/com/rdksys/oai/MyObjectOutputStream.html deleted file mode 100644 index 1086651..0000000 --- a/lib/joailib/doc/com/rdksys/oai/MyObjectOutputStream.html +++ /dev/null @@ -1,286 +0,0 @@ - - - - - - -MyObjectOutputStream - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.rdksys.oai -
-Class MyObjectOutputStream

-
-java.lang.Object
-  extended by java.io.OutputStream
-      extended by java.io.ObjectOutputStream
-          extended by com.rdksys.oai.MyObjectOutputStream
-
-
-
All Implemented Interfaces:
Closeable, DataOutput, Flushable, ObjectOutput, ObjectStreamConstants
-
-
-
-
public class MyObjectOutputStream
extends ObjectOutputStream
- - -

-

-
Version:
-
0.1
-
Author:
-
David Uvalle, david.uvalle@gmail.com
-
-
- -

- - - - - - - -
-Nested Class Summary
- - - - - - - -
Nested classes/interfaces inherited from class java.io.ObjectOutputStream
ObjectOutputStream.PutField
-  - - - - - - - -
-Field Summary
- - - - - - - -
Fields inherited from interface java.io.ObjectStreamConstants
baseWireHandle, PROTOCOL_VERSION_1, PROTOCOL_VERSION_2, SC_BLOCK_DATA, SC_ENUM, SC_EXTERNALIZABLE, SC_SERIALIZABLE, SC_WRITE_METHOD, STREAM_MAGIC, STREAM_VERSION, SUBCLASS_IMPLEMENTATION_PERMISSION, SUBSTITUTION_PERMISSION, TC_ARRAY, TC_BASE, TC_BLOCKDATA, TC_BLOCKDATALONG, TC_CLASS, TC_CLASSDESC, TC_ENDBLOCKDATA, TC_ENUM, TC_EXCEPTION, TC_LONGSTRING, TC_MAX, TC_NULL, TC_OBJECT, TC_PROXYCLASSDESC, TC_REFERENCE, TC_RESET, TC_STRING
-  - - - - - - - - - - -
-Constructor Summary
MyObjectOutputStream(OutputStream out) - -
-           
-  - - - - - - - -
-Method Summary
- - - - - - - -
Methods inherited from class java.io.ObjectOutputStream
close, defaultWriteObject, flush, putFields, reset, useProtocolVersion, write, write, write, writeBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFields, writeFloat, writeInt, writeLong, writeObject, writeShort, writeUnshared, writeUTF
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-MyObjectOutputStream

-
-public MyObjectOutputStream(OutputStream out)
-                     throws IOException
-
-
- -
Throws: -
IOException
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/class-use/Harvester.html b/lib/joailib/doc/com/rdksys/oai/class-use/Harvester.html deleted file mode 100644 index a4fb18e..0000000 --- a/lib/joailib/doc/com/rdksys/oai/class-use/Harvester.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -Uses of Class com.rdksys.oai.Harvester - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.rdksys.oai.Harvester

-
-No usage of com.rdksys.oai.Harvester -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/class-use/MyObjectOutputStream.html b/lib/joailib/doc/com/rdksys/oai/class-use/MyObjectOutputStream.html deleted file mode 100644 index 5bd48e1..0000000 --- a/lib/joailib/doc/com/rdksys/oai/class-use/MyObjectOutputStream.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -Uses of Class com.rdksys.oai.MyObjectOutputStream - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.rdksys.oai.MyObjectOutputStream

-
-No usage of com.rdksys.oai.MyObjectOutputStream -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/data/Header.html b/lib/joailib/doc/com/rdksys/oai/data/Header.html deleted file mode 100644 index 9c7a76c..0000000 --- a/lib/joailib/doc/com/rdksys/oai/data/Header.html +++ /dev/null @@ -1,418 +0,0 @@ - - - - - - -Header - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.rdksys.oai.data -
-Class Header

-
-java.lang.Object
-  extended by com.rdksys.oai.data.Header
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
-
public class Header
extends Object
implements Serializable
- - -

-

-
Version:
-
0.1
-
Author:
-
David Uvalle, david.uvalle@gmail.com
-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - -
-Constructor Summary
Header() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidaddSpec(String spec) - -
-           
- StringgetDatestamp() - -
-           
- StringgetIdentifier() - -
-           
- List<String>getSpecList() - -
-           
- StringgetStatus() - -
-           
- voidsetDatestamp(String datestamp) - -
-           
- voidsetIdentifier(String identifier) - -
-           
- voidsetStatus(String status) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Header

-
-public Header()
-
-
- - - - - - - - -
-Method Detail
- -

-addSpec

-
-public void addSpec(String spec)
-
-
-
-
-
-
-
-
-
- -

-getSpecList

-
-public List<String> getSpecList()
-
-
-
-
-
-
-
-
-
- -

-getIdentifier

-
-public String getIdentifier()
-
-
-
-
-
-
-
-
-
- -

-setIdentifier

-
-public void setIdentifier(String identifier)
-
-
-
-
-
-
-
-
-
- -

-getDatestamp

-
-public String getDatestamp()
-
-
-
-
-
-
-
-
-
- -

-setDatestamp

-
-public void setDatestamp(String datestamp)
-
-
-
-
-
-
-
-
-
- -

-getStatus

-
-public String getStatus()
-
-
-
-
-
-
-
-
-
- -

-setStatus

-
-public void setStatus(String status)
-
-
-
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/data/Metadata.html b/lib/joailib/doc/com/rdksys/oai/data/Metadata.html deleted file mode 100644 index efacad4..0000000 --- a/lib/joailib/doc/com/rdksys/oai/data/Metadata.html +++ /dev/null @@ -1,902 +0,0 @@ - - - - - - -Metadata - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.rdksys.oai.data -
-Class Metadata

-
-java.lang.Object
-  extended by com.rdksys.oai.data.Metadata
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
-
public class Metadata
extends Object
implements Serializable
- - -

-

-
Version:
-
0.1
-
Author:
-
David Uvalle, david.uvalle@gmail.com
-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - -
-Constructor Summary
Metadata() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidaddContributor(String contributor) - -
-           
- voidaddCoverage(String coverage) - -
-           
- voidaddCreator(String creator) - -
-           
- voidaddDate(String date) - -
-           
- voidaddDescription(String description) - -
-           
- voidaddFormat(String format) - -
-           
- voidaddIdentifier(String identifier) - -
-           
- voidaddLanguage(String language) - -
-           
- voidaddPublisher(String publisher) - -
-           
- voidaddRelation(String relation) - -
-           
- voidaddRights(String rights) - -
-           
- voidaddSource(String source) - -
-           
- voidaddSubject(String subject) - -
-           
- voidaddTitle(String title) - -
-           
- voidaddType(String type) - -
-           
- ArrayList<String>getContributorList() - -
-           
- ArrayList<String>getCoverageList() - -
-           
- ArrayList<String>getCreatorList() - -
-           
- ArrayList<String>getDateList() - -
-           
- ArrayList<String>getDescriptionList() - -
-           
- ArrayList<String>getFormatList() - -
-           
- ArrayList<String>getIdentifierList() - -
-           
- ArrayList<String>getLanguageList() - -
-           
- ArrayList<String>getPublisher() - -
-           
- ArrayList<String>getRelationList() - -
-           
- ArrayList<String>getRightsList() - -
-           
- ArrayList<String>getSourceList() - -
-           
- ArrayList<String>getSubjectList() - -
-           
- ArrayList<String>getTitleList() - -
-           
- ArrayList<String>getTypeList() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Metadata

-
-public Metadata()
-
-
- - - - - - - - -
-Method Detail
- -

-addPublisher

-
-public void addPublisher(String publisher)
-
-
-
-
-
-
-
-
-
- -

-getPublisher

-
-public ArrayList<String> getPublisher()
-
-
-
-
-
-
-
-
-
- -

-getTitleList

-
-public ArrayList<String> getTitleList()
-
-
-
-
-
-
-
-
-
- -

-getCreatorList

-
-public ArrayList<String> getCreatorList()
-
-
-
-
-
-
-
-
-
- -

-getSubjectList

-
-public ArrayList<String> getSubjectList()
-
-
-
-
-
-
-
-
-
- -

-getDescriptionList

-
-public ArrayList<String> getDescriptionList()
-
-
-
-
-
-
-
-
-
- -

-getContributorList

-
-public ArrayList<String> getContributorList()
-
-
-
-
-
-
-
-
-
- -

-getDateList

-
-public ArrayList<String> getDateList()
-
-
-
-
-
-
-
-
-
- -

-getTypeList

-
-public ArrayList<String> getTypeList()
-
-
-
-
-
-
-
-
-
- -

-getFormatList

-
-public ArrayList<String> getFormatList()
-
-
-
-
-
-
-
-
-
- -

-getIdentifierList

-
-public ArrayList<String> getIdentifierList()
-
-
-
-
-
-
-
-
-
- -

-getSourceList

-
-public ArrayList<String> getSourceList()
-
-
-
-
-
-
-
-
-
- -

-getLanguageList

-
-public ArrayList<String> getLanguageList()
-
-
-
-
-
-
-
-
-
- -

-getRelationList

-
-public ArrayList<String> getRelationList()
-
-
-
-
-
-
-
-
-
- -

-getCoverageList

-
-public ArrayList<String> getCoverageList()
-
-
-
-
-
-
-
-
-
- -

-getRightsList

-
-public ArrayList<String> getRightsList()
-
-
-
-
-
-
-
-
-
- -

-addTitle

-
-public void addTitle(String title)
-
-
-
-
-
-
-
-
-
- -

-addCreator

-
-public void addCreator(String creator)
-
-
-
-
-
-
-
-
-
- -

-addSubject

-
-public void addSubject(String subject)
-
-
-
-
-
-
-
-
-
- -

-addDescription

-
-public void addDescription(String description)
-
-
-
-
-
-
-
-
-
- -

-addContributor

-
-public void addContributor(String contributor)
-
-
-
-
-
-
-
-
-
- -

-addDate

-
-public void addDate(String date)
-
-
-
-
-
-
-
-
-
- -

-addType

-
-public void addType(String type)
-
-
-
-
-
-
-
-
-
- -

-addFormat

-
-public void addFormat(String format)
-
-
-
-
-
-
-
-
-
- -

-addIdentifier

-
-public void addIdentifier(String identifier)
-
-
-
-
-
-
-
-
-
- -

-addSource

-
-public void addSource(String source)
-
-
-
-
-
-
-
-
-
- -

-addLanguage

-
-public void addLanguage(String language)
-
-
-
-
-
-
-
-
-
- -

-addRelation

-
-public void addRelation(String relation)
-
-
-
-
-
-
-
-
-
- -

-addCoverage

-
-public void addCoverage(String coverage)
-
-
-
-
-
-
-
-
-
- -

-addRights

-
-public void addRights(String rights)
-
-
-
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/data/Record.html b/lib/joailib/doc/com/rdksys/oai/data/Record.html deleted file mode 100644 index 83aefd9..0000000 --- a/lib/joailib/doc/com/rdksys/oai/data/Record.html +++ /dev/null @@ -1,330 +0,0 @@ - - - - - - -Record - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.rdksys.oai.data -
-Class Record

-
-java.lang.Object
-  extended by com.rdksys.oai.data.Record
-
-
-
All Implemented Interfaces:
Serializable
-
-
-
-
public class Record
extends Object
implements Serializable
- - -

-

-
Version:
-
0.1
-
Author:
-
David Uvalle, david.uvalle@gmail.com
-
See Also:
Serialized Form
-
- -

- - - - - - - - - - - -
-Constructor Summary
Record() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- HeadergetHeader() - -
-           
- MetadatagetMetadata() - -
-           
- voidsetHeader(Header header) - -
-           
- voidsetMetadata(Metadata metadata) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Record

-
-public Record()
-
-
- - - - - - - - -
-Method Detail
- -

-getHeader

-
-public Header getHeader()
-
-
-
-
-
-
-
-
-
- -

-setHeader

-
-public void setHeader(Header header)
-
-
-
-
-
-
-
-
-
- -

-getMetadata

-
-public Metadata getMetadata()
-
-
-
-
-
-
-
-
-
- -

-setMetadata

-
-public void setMetadata(Metadata metadata)
-
-
-
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/data/RecordIterator.html b/lib/joailib/doc/com/rdksys/oai/data/RecordIterator.html deleted file mode 100644 index b056e04..0000000 --- a/lib/joailib/doc/com/rdksys/oai/data/RecordIterator.html +++ /dev/null @@ -1,308 +0,0 @@ - - - - - - -RecordIterator - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.rdksys.oai.data -
-Class RecordIterator

-
-java.lang.Object
-  extended by com.rdksys.oai.data.RecordIterator
-
-
-
All Implemented Interfaces:
Iterator<Record>
-
-
-
-
public class RecordIterator
extends Object
implements Iterator<Record>
- - -

-

-
Version:
-
0.1
-
Author:
-
David Uvalle, david.uvalle@gmail.com
-
-
- -

- - - - - - - - - - - -
-Constructor Summary
RecordIterator(String filename) - -
-           
-  - - - - - - - - - - - - - - - - - - - -
-Method Summary
- booleanhasNext() - -
-           
- Recordnext() - -
-           
- voidremove() - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-RecordIterator

-
-public RecordIterator(String filename)
-
-
- - - - - - - - -
-Method Detail
- -

-hasNext

-
-public boolean hasNext()
-
-
-
Specified by:
hasNext in interface Iterator<Record>
-
-
-
-
-
-
- -

-next

-
-public Record next()
-
-
-
Specified by:
next in interface Iterator<Record>
-
-
-
-
-
-
- -

-remove

-
-public void remove()
-
-
-
Specified by:
remove in interface Iterator<Record>
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/data/class-use/Header.html b/lib/joailib/doc/com/rdksys/oai/data/class-use/Header.html deleted file mode 100644 index 2cf3e2f..0000000 --- a/lib/joailib/doc/com/rdksys/oai/data/class-use/Header.html +++ /dev/null @@ -1,235 +0,0 @@ - - - - - - -Uses of Class com.rdksys.oai.data.Header - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.rdksys.oai.data.Header

-
- - - - - - - - - - - - - -
-Packages that use Header
com.rdksys.oai  
com.rdksys.oai.data  
-  -

- - - - - -
-Uses of Header in com.rdksys.oai
-  -

- - - - - - - - - - - - - -
Methods in com.rdksys.oai that return types with arguments of type Header
- List<Header>Harvester.listIdentifiers() - -
-          Returns a List of Header type.
- List<Header>Harvester.listIdentifiers(String from, - String until, - String set) - -
-          Returns a List of Header type, using selective harvesting.
-  -

- - - - - -
-Uses of Header in com.rdksys.oai.data
-  -

- - - - - - - - - -
Methods in com.rdksys.oai.data that return Header
- HeaderRecord.getHeader() - -
-           
-  -

- - - - - - - - - -
Methods in com.rdksys.oai.data with parameters of type Header
- voidRecord.setHeader(Header header) - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/data/class-use/Metadata.html b/lib/joailib/doc/com/rdksys/oai/data/class-use/Metadata.html deleted file mode 100644 index 8e76678..0000000 --- a/lib/joailib/doc/com/rdksys/oai/data/class-use/Metadata.html +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - -Uses of Class com.rdksys.oai.data.Metadata - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.rdksys.oai.data.Metadata

-
- - - - - - - - - -
-Packages that use Metadata
com.rdksys.oai.data  
-  -

- - - - - -
-Uses of Metadata in com.rdksys.oai.data
-  -

- - - - - - - - - -
Methods in com.rdksys.oai.data that return Metadata
- MetadataRecord.getMetadata() - -
-           
-  -

- - - - - - - - - -
Methods in com.rdksys.oai.data with parameters of type Metadata
- voidRecord.setMetadata(Metadata metadata) - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/data/class-use/Record.html b/lib/joailib/doc/com/rdksys/oai/data/class-use/Record.html deleted file mode 100644 index 2c4efc1..0000000 --- a/lib/joailib/doc/com/rdksys/oai/data/class-use/Record.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - -Uses of Class com.rdksys.oai.data.Record - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.rdksys.oai.data.Record

-
- - - - - - - - - - - - - -
-Packages that use Record
com.rdksys.oai  
com.rdksys.oai.data  
-  -

- - - - - -
-Uses of Record in com.rdksys.oai
-  -

- - - - - - - - - -
Methods in com.rdksys.oai that return Record
- RecordHarvester.getRecord(String identifier) - -
-          Returns a Record object harvested by his identifier - using 'oai_dc' as metadataPrefix
-  -

- - - - - -
-Uses of Record in com.rdksys.oai.data
-  -

- - - - - - - - - -
Methods in com.rdksys.oai.data that return Record
- RecordRecordIterator.next() - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/data/class-use/RecordIterator.html b/lib/joailib/doc/com/rdksys/oai/data/class-use/RecordIterator.html deleted file mode 100644 index 952ef2a..0000000 --- a/lib/joailib/doc/com/rdksys/oai/data/class-use/RecordIterator.html +++ /dev/null @@ -1,192 +0,0 @@ - - - - - - -Uses of Class com.rdksys.oai.data.RecordIterator - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.rdksys.oai.data.RecordIterator

-
- - - - - - - - - -
-Packages that use RecordIterator
com.rdksys.oai  
-  -

- - - - - -
-Uses of RecordIterator in com.rdksys.oai
-  -

- - - - - - - - - - - - - -
Methods in com.rdksys.oai that return RecordIterator
- RecordIteratorHarvester.listRecords() - -
-          Harvest all the Records from a repository - and store them in a temporal file for later use.
- RecordIteratorHarvester.listRecords(String from, - String until, - String set) - -
-          Selective harvest of Records from a repository - and store them in a temporal file for later use.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/data/package-frame.html b/lib/joailib/doc/com/rdksys/oai/data/package-frame.html deleted file mode 100644 index a031bca..0000000 --- a/lib/joailib/doc/com/rdksys/oai/data/package-frame.html +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - -com.rdksys.oai.data - - - - - - - - - - - -com.rdksys.oai.data - - - - -
-Classes  - -
-Header -
-Metadata -
-Record -
-RecordIterator
- - - - diff --git a/lib/joailib/doc/com/rdksys/oai/data/package-summary.html b/lib/joailib/doc/com/rdksys/oai/data/package-summary.html deleted file mode 100644 index a002550..0000000 --- a/lib/joailib/doc/com/rdksys/oai/data/package-summary.html +++ /dev/null @@ -1,169 +0,0 @@ - - - - - - -com.rdksys.oai.data - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-

-Package com.rdksys.oai.data -

- - - - - - - - - - - - - - - - - - - - - -
-Class Summary
Header 
Metadata 
Record 
RecordIterator 
-  - -

-

-
-
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/data/package-tree.html b/lib/joailib/doc/com/rdksys/oai/data/package-tree.html deleted file mode 100644 index 35a7b04..0000000 --- a/lib/joailib/doc/com/rdksys/oai/data/package-tree.html +++ /dev/null @@ -1,157 +0,0 @@ - - - - - - -com.rdksys.oai.data Class Hierarchy - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package com.rdksys.oai.data -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/data/package-use.html b/lib/joailib/doc/com/rdksys/oai/data/package-use.html deleted file mode 100644 index 36e48c3..0000000 --- a/lib/joailib/doc/com/rdksys/oai/data/package-use.html +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - -Uses of Package com.rdksys.oai.data - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Package
com.rdksys.oai.data

-
- - - - - - - - - - - - - -
-Packages that use com.rdksys.oai.data
com.rdksys.oai  
com.rdksys.oai.data  
-  -

- - - - - - - - - - - - - - -
-Classes in com.rdksys.oai.data used by com.rdksys.oai
Header - -
-           
Record - -
-           
RecordIterator - -
-           
-  -

- - - - - - - - - - - - - - -
-Classes in com.rdksys.oai.data used by com.rdksys.oai.data
Header - -
-           
Metadata - -
-           
Record - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/package-frame.html b/lib/joailib/doc/com/rdksys/oai/package-frame.html deleted file mode 100644 index 418488a..0000000 --- a/lib/joailib/doc/com/rdksys/oai/package-frame.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - -com.rdksys.oai - - - - - - - - - - - -com.rdksys.oai - - - - -
-Classes  - -
-Harvester -
-MyObjectOutputStream
- - - - diff --git a/lib/joailib/doc/com/rdksys/oai/package-summary.html b/lib/joailib/doc/com/rdksys/oai/package-summary.html deleted file mode 100644 index b691e2d..0000000 --- a/lib/joailib/doc/com/rdksys/oai/package-summary.html +++ /dev/null @@ -1,161 +0,0 @@ - - - - - - -com.rdksys.oai - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-

-Package com.rdksys.oai -

- - - - - - - - - - - - - -
-Class Summary
Harvester 
MyObjectOutputStream 
-  - -

-

-
-
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/package-tree.html b/lib/joailib/doc/com/rdksys/oai/package-tree.html deleted file mode 100644 index bc9f7b4..0000000 --- a/lib/joailib/doc/com/rdksys/oai/package-tree.html +++ /dev/null @@ -1,159 +0,0 @@ - - - - - - -com.rdksys.oai Class Hierarchy - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package com.rdksys.oai -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/package-use.html b/lib/joailib/doc/com/rdksys/oai/package-use.html deleted file mode 100644 index 8811ddf..0000000 --- a/lib/joailib/doc/com/rdksys/oai/package-use.html +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - -Uses of Package com.rdksys.oai - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Package
com.rdksys.oai

-
-No usage of com.rdksys.oai -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/repository/Identify.html b/lib/joailib/doc/com/rdksys/oai/repository/Identify.html deleted file mode 100644 index 92ceafb..0000000 --- a/lib/joailib/doc/com/rdksys/oai/repository/Identify.html +++ /dev/null @@ -1,505 +0,0 @@ - - - - - - -Identify - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.rdksys.oai.repository -
-Class Identify

-
-java.lang.Object
-  extended by com.rdksys.oai.repository.Identify
-
-
-
-
public class Identify
extends Object
- - -

-

-
Version:
-
0.1
-
Author:
-
David Uvalle, david.uvalle@gmail.com
-
-
- -

- - - - - - - - - - - -
-Constructor Summary
Identify() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- voidaddAdminEmail(String email) - -
-           
- ArrayList<String>getAdminEmails() - -
-           
- StringgetBaseUrl() - -
-           
- StringgetDeletedRecord() - -
-           
- StringgetEarliestDateStamp() - -
-           
- StringgetGranularity() - -
-           
- StringgetProtocolVersion() - -
-           
- StringgetRepositoryName() - -
-           
- voidsetBaseUrl(String baseUrl) - -
-           
- voidsetDeletedRecord(String deletedRecord) - -
-           
- voidsetEarliestDateStamp(String earliestDateStamp) - -
-           
- voidsetGranularity(String granularity) - -
-           
- voidsetProtocolVersion(String protocolVersion) - -
-           
- voidsetRepositoryName(String repositoryName) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Identify

-
-public Identify()
-
-
- - - - - - - - -
-Method Detail
- -

-addAdminEmail

-
-public void addAdminEmail(String email)
-
-
-
-
-
-
- -

-getAdminEmails

-
-public ArrayList<String> getAdminEmails()
-
-
-
-
-
-
- -

-getRepositoryName

-
-public String getRepositoryName()
-
-
-
-
-
-
- -

-setRepositoryName

-
-public void setRepositoryName(String repositoryName)
-
-
-
-
-
-
- -

-getBaseUrl

-
-public String getBaseUrl()
-
-
-
-
-
-
- -

-setBaseUrl

-
-public void setBaseUrl(String baseUrl)
-
-
-
-
-
-
- -

-getProtocolVersion

-
-public String getProtocolVersion()
-
-
-
-
-
-
- -

-setProtocolVersion

-
-public void setProtocolVersion(String protocolVersion)
-
-
-
-
-
-
- -

-getEarliestDateStamp

-
-public String getEarliestDateStamp()
-
-
-
-
-
-
- -

-setEarliestDateStamp

-
-public void setEarliestDateStamp(String earliestDateStamp)
-
-
-
-
-
-
- -

-getDeletedRecord

-
-public String getDeletedRecord()
-
-
-
-
-
-
- -

-setDeletedRecord

-
-public void setDeletedRecord(String deletedRecord)
-
-
-
-
-
-
- -

-getGranularity

-
-public String getGranularity()
-
-
-
-
-
-
- -

-setGranularity

-
-public void setGranularity(String granularity)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/repository/MetadataFormat.html b/lib/joailib/doc/com/rdksys/oai/repository/MetadataFormat.html deleted file mode 100644 index a103398..0000000 --- a/lib/joailib/doc/com/rdksys/oai/repository/MetadataFormat.html +++ /dev/null @@ -1,353 +0,0 @@ - - - - - - -MetadataFormat - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.rdksys.oai.repository -
-Class MetadataFormat

-
-java.lang.Object
-  extended by com.rdksys.oai.repository.MetadataFormat
-
-
-
-
public class MetadataFormat
extends Object
- - -

-

-
Version:
-
0.1
-
Author:
-
David Uvalle, david.uvalle@gmail.com
-
-
- -

- - - - - - - - - - - -
-Constructor Summary
MetadataFormat() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- StringgetMetadataNamespace() - -
-           
- StringgetMetadataPrefix() - -
-           
- StringgetSchema() - -
-           
- voidsetMetadataNamespace(String metadataNamespace) - -
-           
- voidsetMetadataPrefix(String metadataPrefix) - -
-           
- voidsetSchema(String schema) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-MetadataFormat

-
-public MetadataFormat()
-
-
- - - - - - - - -
-Method Detail
- -

-getMetadataPrefix

-
-public String getMetadataPrefix()
-
-
-
-
-
-
- -

-setMetadataPrefix

-
-public void setMetadataPrefix(String metadataPrefix)
-
-
-
-
-
-
- -

-getSchema

-
-public String getSchema()
-
-
-
-
-
-
- -

-setSchema

-
-public void setSchema(String schema)
-
-
-
-
-
-
- -

-getMetadataNamespace

-
-public String getMetadataNamespace()
-
-
-
-
-
-
- -

-setMetadataNamespace

-
-public void setMetadataNamespace(String metadataNamespace)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/repository/Set.html b/lib/joailib/doc/com/rdksys/oai/repository/Set.html deleted file mode 100644 index aa6ece3..0000000 --- a/lib/joailib/doc/com/rdksys/oai/repository/Set.html +++ /dev/null @@ -1,315 +0,0 @@ - - - - - - -Set - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -com.rdksys.oai.repository -
-Class Set

-
-java.lang.Object
-  extended by com.rdksys.oai.repository.Set
-
-
-
-
public class Set
extends Object
- - -

-

-
Version:
-
0.1
-
Author:
-
David Uvalle, david.uvalle@gmail.com
-
-
- -

- - - - - - - - - - - -
-Constructor Summary
Set() - -
-           
-  - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- StringgetSetName() - -
-           
- StringgetSetSpec() - -
-           
- voidsetSetName(String setName) - -
-           
- voidsetSetSpec(String setSpec) - -
-           
- - - - - - - -
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-Set

-
-public Set()
-
-
- - - - - - - - -
-Method Detail
- -

-getSetSpec

-
-public String getSetSpec()
-
-
-
-
-
-
- -

-setSetSpec

-
-public void setSetSpec(String setSpec)
-
-
-
-
-
-
- -

-getSetName

-
-public String getSetName()
-
-
-
-
-
-
- -

-setSetName

-
-public void setSetName(String setName)
-
-
-
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/repository/class-use/Identify.html b/lib/joailib/doc/com/rdksys/oai/repository/class-use/Identify.html deleted file mode 100644 index 5311494..0000000 --- a/lib/joailib/doc/com/rdksys/oai/repository/class-use/Identify.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -Uses of Class com.rdksys.oai.repository.Identify - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.rdksys.oai.repository.Identify

-
- - - - - - - - - -
-Packages that use Identify
com.rdksys.oai  
-  -

- - - - - -
-Uses of Identify in com.rdksys.oai
-  -

- - - - - - - - - -
Methods in com.rdksys.oai that return Identify
- IdentifyHarvester.identify() - -
-          Returns an Identify object containing information about the OAI respository.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/repository/class-use/MetadataFormat.html b/lib/joailib/doc/com/rdksys/oai/repository/class-use/MetadataFormat.html deleted file mode 100644 index b223044..0000000 --- a/lib/joailib/doc/com/rdksys/oai/repository/class-use/MetadataFormat.html +++ /dev/null @@ -1,188 +0,0 @@ - - - - - - -Uses of Class com.rdksys.oai.repository.MetadataFormat - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.rdksys.oai.repository.MetadataFormat

-
- - - - - - - - - -
-Packages that use MetadataFormat
com.rdksys.oai  
-  -

- - - - - -
-Uses of MetadataFormat in com.rdksys.oai
-  -

- - - - - - - - - - - - - -
Methods in com.rdksys.oai that return types with arguments of type MetadataFormat
- List<MetadataFormat>Harvester.listMetadataFormats() - -
-          Returns a List of MetadataFormats supported by the repository.
- List<MetadataFormat>Harvester.listMetadataFormats(String identifier) - -
-          Returns a List of MetadataFormats from a given identifier.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/repository/class-use/Set.html b/lib/joailib/doc/com/rdksys/oai/repository/class-use/Set.html deleted file mode 100644 index a1c5563..0000000 --- a/lib/joailib/doc/com/rdksys/oai/repository/class-use/Set.html +++ /dev/null @@ -1,180 +0,0 @@ - - - - - - -Uses of Class com.rdksys.oai.repository.Set - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Class
com.rdksys.oai.repository.Set

-
- - - - - - - - - -
-Packages that use Set
com.rdksys.oai  
-  -

- - - - - -
-Uses of Set in com.rdksys.oai
-  -

- - - - - - - - - -
Methods in com.rdksys.oai that return types with arguments of type Set
- List<Set>Harvester.listSets() - -
-          Returns a List of Set type.
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/repository/package-frame.html b/lib/joailib/doc/com/rdksys/oai/repository/package-frame.html deleted file mode 100644 index f76ab27..0000000 --- a/lib/joailib/doc/com/rdksys/oai/repository/package-frame.html +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - -com.rdksys.oai.repository - - - - - - - - - - - -com.rdksys.oai.repository - - - - -
-Classes  - -
-Identify -
-MetadataFormat -
-Set
- - - - diff --git a/lib/joailib/doc/com/rdksys/oai/repository/package-summary.html b/lib/joailib/doc/com/rdksys/oai/repository/package-summary.html deleted file mode 100644 index 96fd334..0000000 --- a/lib/joailib/doc/com/rdksys/oai/repository/package-summary.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -com.rdksys.oai.repository - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-

-Package com.rdksys.oai.repository -

- - - - - - - - - - - - - - - - - -
-Class Summary
Identify 
MetadataFormat 
Set 
-  - -

-

-
-
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/repository/package-tree.html b/lib/joailib/doc/com/rdksys/oai/repository/package-tree.html deleted file mode 100644 index d52f732..0000000 --- a/lib/joailib/doc/com/rdksys/oai/repository/package-tree.html +++ /dev/null @@ -1,153 +0,0 @@ - - - - - - -com.rdksys.oai.repository Class Hierarchy - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For Package com.rdksys.oai.repository -

-
-
-
Package Hierarchies:
All Packages
-
-

-Class Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/com/rdksys/oai/repository/package-use.html b/lib/joailib/doc/com/rdksys/oai/repository/package-use.html deleted file mode 100644 index 3e96412..0000000 --- a/lib/joailib/doc/com/rdksys/oai/repository/package-use.html +++ /dev/null @@ -1,182 +0,0 @@ - - - - - - -Uses of Package com.rdksys.oai.repository - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Uses of Package
com.rdksys.oai.repository

-
- - - - - - - - - -
-Packages that use com.rdksys.oai.repository
com.rdksys.oai  
-  -

- - - - - - - - - - - - - - -
-Classes in com.rdksys.oai.repository used by com.rdksys.oai
Identify - -
-           
MetadataFormat - -
-           
Set - -
-           
-  -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/constant-values.html b/lib/joailib/doc/constant-values.html deleted file mode 100644 index 88d65c8..0000000 --- a/lib/joailib/doc/constant-values.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -Constant Field Values - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Constant Field Values

-
-
-Contents
    -
- -
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/deprecated-list.html b/lib/joailib/doc/deprecated-list.html deleted file mode 100644 index e07889c..0000000 --- a/lib/joailib/doc/deprecated-list.html +++ /dev/null @@ -1,146 +0,0 @@ - - - - - - -Deprecated List - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Deprecated API

-
-
-Contents
    -
- -
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/help-doc.html b/lib/joailib/doc/help-doc.html deleted file mode 100644 index 32ac4e7..0000000 --- a/lib/joailib/doc/help-doc.html +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - -API Help - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-How This API Document Is Organized

-
-This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

-Overview

-
- -

-The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.

-

-Package

-
- -

-Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain four categories:

    -
  • Interfaces (italic)
  • Classes
  • Enums
  • Exceptions
  • Errors
  • Annotation Types
-
-

-Class/Interface

-
- -

-Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    -
  • Class inheritance diagram
  • Direct Subclasses
  • All Known Subinterfaces
  • All Known Implementing Classes
  • Class/interface declaration
  • Class/interface description -

    -

  • Nested Class Summary
  • Field Summary
  • Constructor Summary
  • Method Summary -

    -

  • Field Detail
  • Constructor Detail
  • Method Detail
-Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
- -

-Annotation Type

-
- -

-Each annotation type has its own separate page with the following sections:

    -
  • Annotation Type declaration
  • Annotation Type description
  • Required Element Summary
  • Optional Element Summary
  • Element Detail
-
- -

-Enum

-
- -

-Each enum has its own separate page with the following sections:

    -
  • Enum declaration
  • Enum description
  • Enum Constant Summary
  • Enum Constant Detail
-
-

-Use

-
-Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.
-

-Tree (Class Hierarchy)

-
-There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.
    -
  • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
  • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
-
-

-Deprecated API

-
-The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
-

-Index

-
-The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
-

-Prev/Next

-These links take you to the next or previous class, interface, package, or related page.

-Frames/No Frames

-These links show and hide the HTML frames. All pages are available with or without frames. -

-

-Serialized Form

-Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description. -

-

-Constant Field Values

-The Constant Field Values page lists the static final fields and their values. -

- - -This help file applies to API documentation generated using the standard doclet. - -
-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/index-files/index-1.html b/lib/joailib/doc/index-files/index-1.html deleted file mode 100644 index d9fde49..0000000 --- a/lib/joailib/doc/index-files/index-1.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -A-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
-

-A

-
-
addAdminEmail(String) - -Method in class com.rdksys.oai.repository.Identify -
  -
addContributor(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
addCoverage(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
addCreator(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
addDate(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
addDescription(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
addFormat(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
addIdentifier(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
addLanguage(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
addPublisher(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
addRelation(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
addRights(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
addSource(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
addSpec(String) - -Method in class com.rdksys.oai.data.Header -
  -
addSubject(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
addTitle(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
addType(String) - -Method in class com.rdksys.oai.data.Metadata -
  -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
- - - diff --git a/lib/joailib/doc/index-files/index-10.html b/lib/joailib/doc/index-files/index-10.html deleted file mode 100644 index f7d4504..0000000 --- a/lib/joailib/doc/index-files/index-10.html +++ /dev/null @@ -1,193 +0,0 @@ - - - - - - -S-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
-

-S

-
-
Set - Class in com.rdksys.oai.repository
 
Set() - -Constructor for class com.rdksys.oai.repository.Set -
  -
setBaseUrl(String) - -Method in class com.rdksys.oai.repository.Identify -
  -
setDatestamp(String) - -Method in class com.rdksys.oai.data.Header -
  -
setDeletedRecord(String) - -Method in class com.rdksys.oai.repository.Identify -
  -
setEarliestDateStamp(String) - -Method in class com.rdksys.oai.repository.Identify -
  -
setGranularity(String) - -Method in class com.rdksys.oai.repository.Identify -
  -
setHeader(Header) - -Method in class com.rdksys.oai.data.Record -
  -
setIdentifier(String) - -Method in class com.rdksys.oai.data.Header -
  -
setMetadata(Metadata) - -Method in class com.rdksys.oai.data.Record -
  -
setMetadataNamespace(String) - -Method in class com.rdksys.oai.repository.MetadataFormat -
  -
setMetadataPrefix(String) - -Method in class com.rdksys.oai.repository.MetadataFormat -
  -
setProtocolVersion(String) - -Method in class com.rdksys.oai.repository.Identify -
  -
setRepositoryName(String) - -Method in class com.rdksys.oai.repository.Identify -
  -
setSchema(String) - -Method in class com.rdksys.oai.repository.MetadataFormat -
  -
setSetName(String) - -Method in class com.rdksys.oai.repository.Set -
  -
setSetSpec(String) - -Method in class com.rdksys.oai.repository.Set -
  -
setStatus(String) - -Method in class com.rdksys.oai.data.Header -
  -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
- - - diff --git a/lib/joailib/doc/index-files/index-2.html b/lib/joailib/doc/index-files/index-2.html deleted file mode 100644 index a735645..0000000 --- a/lib/joailib/doc/index-files/index-2.html +++ /dev/null @@ -1,142 +0,0 @@ - - - - - - -C-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
-

-C

-
-
com.rdksys.oai - package com.rdksys.oai
 
com.rdksys.oai.data - package com.rdksys.oai.data
 
com.rdksys.oai.repository - package com.rdksys.oai.repository
 
-
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
- - - diff --git a/lib/joailib/doc/index-files/index-3.html b/lib/joailib/doc/index-files/index-3.html deleted file mode 100644 index 829b833..0000000 --- a/lib/joailib/doc/index-files/index-3.html +++ /dev/null @@ -1,245 +0,0 @@ - - - - - - -G-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
-

-G

-
-
getAdminEmails() - -Method in class com.rdksys.oai.repository.Identify -
  -
getBaseUrl() - -Method in class com.rdksys.oai.repository.Identify -
  -
getContributorList() - -Method in class com.rdksys.oai.data.Metadata -
  -
getCoverageList() - -Method in class com.rdksys.oai.data.Metadata -
  -
getCreatorList() - -Method in class com.rdksys.oai.data.Metadata -
  -
getDateList() - -Method in class com.rdksys.oai.data.Metadata -
  -
getDatestamp() - -Method in class com.rdksys.oai.data.Header -
  -
getDeletedRecord() - -Method in class com.rdksys.oai.repository.Identify -
  -
getDescriptionList() - -Method in class com.rdksys.oai.data.Metadata -
  -
getEarliestDateStamp() - -Method in class com.rdksys.oai.repository.Identify -
  -
getFormatList() - -Method in class com.rdksys.oai.data.Metadata -
  -
getGranularity() - -Method in class com.rdksys.oai.repository.Identify -
  -
getHeader() - -Method in class com.rdksys.oai.data.Record -
  -
getIdentifier() - -Method in class com.rdksys.oai.data.Header -
  -
getIdentifierList() - -Method in class com.rdksys.oai.data.Metadata -
  -
getLanguageList() - -Method in class com.rdksys.oai.data.Metadata -
  -
getMetadata() - -Method in class com.rdksys.oai.data.Record -
  -
getMetadataNamespace() - -Method in class com.rdksys.oai.repository.MetadataFormat -
  -
getMetadataPrefix() - -Method in class com.rdksys.oai.repository.MetadataFormat -
  -
getProtocolVersion() - -Method in class com.rdksys.oai.repository.Identify -
  -
getPublisher() - -Method in class com.rdksys.oai.data.Metadata -
  -
getRecord(String) - -Method in class com.rdksys.oai.Harvester -
Returns a Record object harvested by his identifier - using 'oai_dc' as metadataPrefix -
getRelationList() - -Method in class com.rdksys.oai.data.Metadata -
  -
getRepositoryName() - -Method in class com.rdksys.oai.repository.Identify -
  -
getRightsList() - -Method in class com.rdksys.oai.data.Metadata -
  -
getSchema() - -Method in class com.rdksys.oai.repository.MetadataFormat -
  -
getSetName() - -Method in class com.rdksys.oai.repository.Set -
  -
getSetSpec() - -Method in class com.rdksys.oai.repository.Set -
  -
getSourceList() - -Method in class com.rdksys.oai.data.Metadata -
  -
getSpecList() - -Method in class com.rdksys.oai.data.Header -
  -
getStatus() - -Method in class com.rdksys.oai.data.Header -
  -
getSubjectList() - -Method in class com.rdksys.oai.data.Metadata -
  -
getTitleList() - -Method in class com.rdksys.oai.data.Metadata -
  -
getTypeList() - -Method in class com.rdksys.oai.data.Metadata -
  -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
- - - diff --git a/lib/joailib/doc/index-files/index-4.html b/lib/joailib/doc/index-files/index-4.html deleted file mode 100644 index 0145a05..0000000 --- a/lib/joailib/doc/index-files/index-4.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - - -H-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
-

-H

-
-
Harvester - Class in com.rdksys.oai
 
Harvester(String) - -Constructor for class com.rdksys.oai.Harvester -
Constructs the harvester using a repository URL. -
Harvester(String, boolean) - -Constructor for class com.rdksys.oai.Harvester -
Constructs the harvester using a repository URL, with a flag to use a harvest temporary file. -
hasNext() - -Method in class com.rdksys.oai.data.RecordIterator -
  -
Header - Class in com.rdksys.oai.data
 
Header() - -Constructor for class com.rdksys.oai.data.Header -
  -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
- - - diff --git a/lib/joailib/doc/index-files/index-5.html b/lib/joailib/doc/index-files/index-5.html deleted file mode 100644 index 4ab359a..0000000 --- a/lib/joailib/doc/index-files/index-5.html +++ /dev/null @@ -1,148 +0,0 @@ - - - - - - -I-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
-

-I

-
-
identify() - -Method in class com.rdksys.oai.Harvester -
Returns an Identify object containing information about the OAI respository. -
Identify - Class in com.rdksys.oai.repository
 
Identify() - -Constructor for class com.rdksys.oai.repository.Identify -
  -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
- - - diff --git a/lib/joailib/doc/index-files/index-6.html b/lib/joailib/doc/index-files/index-6.html deleted file mode 100644 index 0f02326..0000000 --- a/lib/joailib/doc/index-files/index-6.html +++ /dev/null @@ -1,165 +0,0 @@ - - - - - - -L-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
-

-L

-
-
listIdentifiers(String, String, String) - -Method in class com.rdksys.oai.Harvester -
Returns a List of Header type, using selective harvesting. -
listIdentifiers() - -Method in class com.rdksys.oai.Harvester -
Returns a List of Header type. -
listMetadataFormats() - -Method in class com.rdksys.oai.Harvester -
Returns a List of MetadataFormats supported by the repository. -
listMetadataFormats(String) - -Method in class com.rdksys.oai.Harvester -
Returns a List of MetadataFormats from a given identifier. -
listRecords(String, String, String) - -Method in class com.rdksys.oai.Harvester -
Selective harvest of Records from a repository - and store them in a temporal file for later use. -
listRecords() - -Method in class com.rdksys.oai.Harvester -
Harvest all the Records from a repository - and store them in a temporal file for later use. -
listSets() - -Method in class com.rdksys.oai.Harvester -
Returns a List of Set type. -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
- - - diff --git a/lib/joailib/doc/index-files/index-7.html b/lib/joailib/doc/index-files/index-7.html deleted file mode 100644 index aadcc78..0000000 --- a/lib/joailib/doc/index-files/index-7.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - -M-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
-

-M

-
-
Metadata - Class in com.rdksys.oai.data
 
Metadata() - -Constructor for class com.rdksys.oai.data.Metadata -
  -
MetadataFormat - Class in com.rdksys.oai.repository
 
MetadataFormat() - -Constructor for class com.rdksys.oai.repository.MetadataFormat -
  -
MyObjectOutputStream - Class in com.rdksys.oai
 
MyObjectOutputStream(OutputStream) - -Constructor for class com.rdksys.oai.MyObjectOutputStream -
  -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
- - - diff --git a/lib/joailib/doc/index-files/index-8.html b/lib/joailib/doc/index-files/index-8.html deleted file mode 100644 index ed1b4a4..0000000 --- a/lib/joailib/doc/index-files/index-8.html +++ /dev/null @@ -1,145 +0,0 @@ - - - - - - -N-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
-

-N

-
-
next() - -Method in class com.rdksys.oai.data.RecordIterator -
  -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
- - - diff --git a/lib/joailib/doc/index-files/index-9.html b/lib/joailib/doc/index-files/index-9.html deleted file mode 100644 index 7da8656..0000000 --- a/lib/joailib/doc/index-files/index-9.html +++ /dev/null @@ -1,151 +0,0 @@ - - - - - - -R-Index - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
-

-R

-
-
Record - Class in com.rdksys.oai.data
 
Record() - -Constructor for class com.rdksys.oai.data.Record -
  -
RecordIterator - Class in com.rdksys.oai.data
 
RecordIterator(String) - -Constructor for class com.rdksys.oai.data.RecordIterator -
  -
remove() - -Method in class com.rdksys.oai.data.RecordIterator -
  -
-
- - - - - - - - - - - - - - - -
- -
- - - -A C G H I L M N R S
- - - diff --git a/lib/joailib/doc/index.html b/lib/joailib/doc/index.html deleted file mode 100644 index dfe6cd6..0000000 --- a/lib/joailib/doc/index.html +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - -Generated Documentation (Untitled) - - - - - - - - - - - -<H2> -Frame Alert</H2> - -<P> -This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. -<BR> -Link to<A HREF="overview-summary.html">Non-frame version.</A> - - - diff --git a/lib/joailib/doc/overview-frame.html b/lib/joailib/doc/overview-frame.html deleted file mode 100644 index 3d18b9c..0000000 --- a/lib/joailib/doc/overview-frame.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - -Overview List - - - - - - - - - - - - - - - -
-
- - - - - -
All Classes -

- -Packages -
-com.rdksys.oai -
-com.rdksys.oai.data -
-com.rdksys.oai.repository -
-

- -

-  - - diff --git a/lib/joailib/doc/overview-summary.html b/lib/joailib/doc/overview-summary.html deleted file mode 100644 index abc5edc..0000000 --- a/lib/joailib/doc/overview-summary.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - -Overview - - - - - - - - - - - - -


- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Joailib -

-
- - - - - - - - - - - - - - - - - -
-Packages
com.rdksys.oai 
com.rdksys.oai.data 
com.rdksys.oai.repository 
- -


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/overview-tree.html b/lib/joailib/doc/overview-tree.html deleted file mode 100644 index d2651c5..0000000 --- a/lib/joailib/doc/overview-tree.html +++ /dev/null @@ -1,162 +0,0 @@ - - - - - - -Class Hierarchy - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Hierarchy For All Packages

-
-
-
Package Hierarchies:
com.rdksys.oai, com.rdksys.oai.data, com.rdksys.oai.repository
-
-

-Class Hierarchy -

- -
- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/package-list b/lib/joailib/doc/package-list deleted file mode 100644 index af7d875..0000000 --- a/lib/joailib/doc/package-list +++ /dev/null @@ -1,3 +0,0 @@ -com.rdksys.oai -com.rdksys.oai.data -com.rdksys.oai.repository diff --git a/lib/joailib/doc/resources/inherit.gif b/lib/joailib/doc/resources/inherit.gif deleted file mode 100644 index c814867a13deb0ca7ea2156c6ca1d5a03372af7e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 57 zcmZ?wbhEHbIIT!9-C*e{wE9>Kx3D)-;0v)C; KYxQGgum%9JOA&7X diff --git a/lib/joailib/doc/serialized-form.html b/lib/joailib/doc/serialized-form.html deleted file mode 100644 index 08ae1e3..0000000 --- a/lib/joailib/doc/serialized-form.html +++ /dev/null @@ -1,404 +0,0 @@ - - - - - - -Serialized Form - - - - - - - - - - - - -
- - - - - - - - - - - - - - - -
- -
- - - -
-
-

-Serialized Form

-
-
- - - - - -
-Package com.rdksys.oai.data
- -

- - - - - -
-Class com.rdksys.oai.data.Header extends Object implements Serializable
- -

-serialVersionUID: 1L - -

- - - - - -
-Serialized Fields
- -

-identifier

-
-String identifier
-
-
-
-
-
-

-datestamp

-
-String datestamp
-
-
-
-
-
-

-status

-
-String status
-
-
-
-
-
-

-setSpec

-
-ArrayList<E> setSpec
-
-
-
-
- -

- - - - - -
-Class com.rdksys.oai.data.Metadata extends Object implements Serializable
- -

-serialVersionUID: 1L - -

- - - - - -
-Serialized Fields
- -

-titleList

-
-ArrayList<E> titleList
-
-
-
-
-
-

-creatorList

-
-ArrayList<E> creatorList
-
-
-
-
-
-

-subjectList

-
-ArrayList<E> subjectList
-
-
-
-
-
-

-descriptionList

-
-ArrayList<E> descriptionList
-
-
-
-
-
-

-contributorList

-
-ArrayList<E> contributorList
-
-
-
-
-
-

-dateList

-
-ArrayList<E> dateList
-
-
-
-
-
-

-typeList

-
-ArrayList<E> typeList
-
-
-
-
-
-

-formatList

-
-ArrayList<E> formatList
-
-
-
-
-
-

-identifierList

-
-ArrayList<E> identifierList
-
-
-
-
-
-

-sourceList

-
-ArrayList<E> sourceList
-
-
-
-
-
-

-languageList

-
-ArrayList<E> languageList
-
-
-
-
-
-

-relationList

-
-ArrayList<E> relationList
-
-
-
-
-
-

-coverageList

-
-ArrayList<E> coverageList
-
-
-
-
-
-

-rightsList

-
-ArrayList<E> rightsList
-
-
-
-
-
-

-publisherList

-
-ArrayList<E> publisherList
-
-
-
-
- -

- - - - - -
-Class com.rdksys.oai.data.Record extends Object implements Serializable
- -

-serialVersionUID: 1L - -

- - - - - -
-Serialized Fields
- -

-header

-
-Header header
-
-
-
-
-
-

-metadata

-
-Metadata metadata
-
-
-
-
- -

-


- - - - - - - - - - - - - - - -
- -
- - - -
- - - diff --git a/lib/joailib/doc/stylesheet.css b/lib/joailib/doc/stylesheet.css deleted file mode 100644 index 6ea9e51..0000000 --- a/lib/joailib/doc/stylesheet.css +++ /dev/null @@ -1,29 +0,0 @@ -/* Javadoc style sheet */ - -/* Define colors, fonts and other style attributes here to override the defaults */ - -/* Page background color */ -body { background-color: #FFFFFF; color:#000000 } - -/* Headings */ -h1 { font-size: 145% } - -/* Table colors */ -.TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ -.TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ -.TableRowColor { background: #FFFFFF; color:#000000 } /* White */ - -/* Font used in left-hand frame lists */ -.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } -.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } - -/* Navigation bar fonts and colors */ -.NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ -.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ -.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} -.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} - -.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} -.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} - diff --git a/lib/joailib/lib/commons-logging-LICENSE.txt b/lib/joailib/lib/commons-logging-LICENSE.txt deleted file mode 100644 index 6b0b127..0000000 --- a/lib/joailib/lib/commons-logging-LICENSE.txt +++ /dev/null @@ -1,203 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - diff --git a/lib/joailib/lib/geronimo-activation-LICENSE.txt b/lib/joailib/lib/geronimo-activation-LICENSE.txt deleted file mode 100644 index 6b0b127..0000000 --- a/lib/joailib/lib/geronimo-activation-LICENSE.txt +++ /dev/null @@ -1,203 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - diff --git a/lib/joailib/lib/geronimo-javamail-LICENSE.txt b/lib/joailib/lib/geronimo-javamail-LICENSE.txt deleted file mode 100644 index 6b0b127..0000000 --- a/lib/joailib/lib/geronimo-javamail-LICENSE.txt +++ /dev/null @@ -1,203 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - diff --git a/lib/joailib/lib/geronimo-stax-api-LICENSE.txt b/lib/joailib/lib/geronimo-stax-api-LICENSE.txt deleted file mode 100644 index 6b0b127..0000000 --- a/lib/joailib/lib/geronimo-stax-api-LICENSE.txt +++ /dev/null @@ -1,203 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - diff --git a/lib/joailib/lib/jaxen-LICENSE.txt b/lib/joailib/lib/jaxen-LICENSE.txt deleted file mode 100644 index 57bc88a..0000000 --- a/lib/joailib/lib/jaxen-LICENSE.txt +++ /dev/null @@ -1,202 +0,0 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - diff --git a/lib/joailib/lib/wstx-LICENSE.txt b/lib/joailib/lib/wstx-LICENSE.txt deleted file mode 100644 index 6b0b127..0000000 --- a/lib/joailib/lib/wstx-LICENSE.txt +++ /dev/null @@ -1,203 +0,0 @@ - - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - - 1. Definitions. - - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. - - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. - - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. - - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. - - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. - - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. - - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). - - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. - - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." - - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. - - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. - - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. - - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: - - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and - - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and - - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. - - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. - - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. - - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. - - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. - - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - - END OF TERMS AND CONDITIONS - - APPENDIX: How to apply the Apache License to your work. - - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. - - Copyright [yyyy] [name of copyright owner] - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - diff --git a/nbbuild.xml b/nbbuild.xml index 0d97d56..79c5817 100644 --- a/nbbuild.xml +++ b/nbbuild.xml @@ -76,7 +76,7 @@ minus the .jar extension. It should not have spaces. --> - + diff --git a/nbproject/build-impl.xml b/nbproject/build-impl.xml index d60f323..17fe5be 100644 --- a/nbproject/build-impl.xml +++ b/nbproject/build-impl.xml @@ -46,8 +46,8 @@ is divided into following sections: - - + + @@ -76,7 +76,7 @@ is divided into following sections: - + @@ -154,6 +154,7 @@ is divided into following sections: + @@ -189,7 +190,12 @@ is divided into following sections: - + + + + + + @@ -215,6 +221,7 @@ is divided into following sections: + @@ -680,7 +687,7 @@ is divided into following sections: - + @@ -755,7 +762,7 @@ is divided into following sections: - + @@ -782,7 +789,7 @@ is divided into following sections: - + @@ -821,7 +828,7 @@ is divided into following sections: - + @@ -833,7 +840,7 @@ is divided into following sections: - + @@ -956,15 +963,15 @@ is divided into following sections: - + - + - + @@ -972,7 +979,7 @@ is divided into following sections: - + @@ -1167,7 +1174,7 @@ is divided into following sections: Must select one file in the IDE or set run.class - + Must select one file in the IDE or set applet.url diff --git a/nbproject/genfiles.properties b/nbproject/genfiles.properties index 3326bda..7a6ede6 100644 --- a/nbproject/genfiles.properties +++ b/nbproject/genfiles.properties @@ -4,5 +4,5 @@ nbbuild.xml.stylesheet.CRC32=8064a381@1.75.2.48 # This file is used by a NetBeans-based IDE to track changes in generated files such as build-impl.xml. # Do not edit this file. You may delete it but then the IDE will never regenerate such files for you. nbproject/build-impl.xml.data.CRC32=035d9d19 -nbproject/build-impl.xml.script.CRC32=8cb5332f -nbproject/build-impl.xml.stylesheet.CRC32=876e7a8f@1.75.2.48 +nbproject/build-impl.xml.script.CRC32=c60e5345 +nbproject/build-impl.xml.stylesheet.CRC32=830a3534@1.80.1.48