Compare commits
70 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 332d62f62c | |||
| 4c4ef7e821 | |||
| abf50f1dfe | |||
| 5121d84302 | |||
| d88606462b | |||
| 94836b8e89 | |||
| 2cec16a726 | |||
| ffe1ad97d9 | |||
| 9486a602a3 | |||
| ac1059c442 | |||
| 5ae0ce72fd | |||
| 2fda505604 | |||
| 7ba85e192c | |||
| fc3d8300de | |||
| a69e72fea6 | |||
| 1cdd74b2f1 | |||
| 019afcadfe | |||
| 057f982c1f | |||
| fc596a6a4a | |||
| 0c08de0aec | |||
| 4ee060f789 | |||
| 6627666e92 | |||
| 9291d2747a | |||
| 153a5c8eec | |||
| 2916abf578 | |||
| ddc2dba6f4 | |||
| 491594482b | |||
| 73746bc7f2 | |||
| 9bcf525bf4 | |||
| 1f090a1a92 | |||
| 50d3848da4 | |||
| 35d8369ea0 | |||
| c10a2526d6 | |||
| c5de7720bb | |||
| 21865afef0 | |||
| 7d0698e75d | |||
| da9aaa6b97 | |||
| b24a513af1 | |||
| ba156d7923 | |||
| 3d2d3e0799 | |||
| 162249e095 | |||
| e020c07749 | |||
| 6d688fb5c4 | |||
| 5096003228 | |||
| b60283a9c2 | |||
| 4cc891edc0 | |||
| 8bf0d98c00 | |||
| df72460044 | |||
| 81f621b0a6 | |||
| 6f8452bed8 | |||
| 3b787b8c0f | |||
| a6ab32a762 | |||
| 2cad1116b9 | |||
| 8445ac812d | |||
| c53ca18e96 | |||
| a3cb4bcb1a | |||
| 7eae212bc3 | |||
| dac264a09d | |||
| 63ae2f0025 | |||
| 91d3dab986 | |||
| 303dd703d6 | |||
| 6e3da70b48 | |||
| 50cddafd7a | |||
| b973167344 | |||
| c9409bc26c | |||
| 718aa584bd | |||
| 0f029104a6 | |||
| c26250cf58 | |||
| e4b5904afb | |||
| 3d9afbcc60 |
@@ -0,0 +1,9 @@
|
|||||||
|
# GithubReleases4J Javadoc
|
||||||
|
|
||||||
|
基于 [Github Pages](https://pages.github.com/) 搭建,请访问 [JavaDoc](https://CarmJos.github.io/GithubReleases4J) 。
|
||||||
|
|
||||||
|
## 如何实现?
|
||||||
|
|
||||||
|
若您也想通过 [Github Actions](https://docs.github.com/en/actions/learn-github-actions)
|
||||||
|
自动部署项目的Javadoc到 [Github Pages](https://pages.github.com/) ,
|
||||||
|
可以参考我的文章 [《自动部署Javadoc到Github Pages》](https://pages.carm.cc/doc/javadoc-in-github.html) 。
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
#github: [ CarmJos ]
|
||||||
|
custom: [ 'https://donate.carm.cc' ]
|
||||||
@@ -0,0 +1,30 @@
|
|||||||
|
---
|
||||||
|
name: 问题提交
|
||||||
|
about: 描述问题并提交,帮助我们对其进行检查与修复。
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### **问题简述**
|
||||||
|
用简短的话语描述一下大概问题。
|
||||||
|
|
||||||
|
### **问题来源**
|
||||||
|
描述一下通过哪些操作才发现的问题,如:
|
||||||
|
1. 打开 '...'
|
||||||
|
2. 点击了 '....'
|
||||||
|
3. 出现了报错 '....'
|
||||||
|
|
||||||
|
### **预期结果**(可选)
|
||||||
|
如果问题不发生,应该是什么情况
|
||||||
|
|
||||||
|
### **问题截图/问题报错**
|
||||||
|
如果有报错或输出,请提供截图。
|
||||||
|
|
||||||
|
### *操作环境**
|
||||||
|
请在后台输入 `version` 并复制相关输出。
|
||||||
|
|
||||||
|
|
||||||
|
### **其他补充**
|
||||||
|
如有其他补充,可以在这里描述。
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
name: 功能需求
|
||||||
|
about: 希望我们提供更多的功能。
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### **功能简述**
|
||||||
|
简单的描述一下你想要的功能
|
||||||
|
|
||||||
|
### **需求来源**
|
||||||
|
简单的描述一下为什么需要这个功能。
|
||||||
|
|
||||||
|
### **功能参考**(可选)
|
||||||
|
如果有相关功能的参考,如文本、截图,请提供给我们。
|
||||||
|
|
||||||
|
### **附加内容**
|
||||||
|
如果有什么小细节需要重点注意,请在这里告诉我们。
|
||||||
@@ -0,0 +1,41 @@
|
|||||||
|
-----BEGIN PGP PUBLIC KEY BLOCK-----
|
||||||
|
|
||||||
|
mQGNBGHwDt0BDAC+2u7hHXIp+C3tvUc5w7Ga5gDVNN3xTQEurGXgYSnGnNPb89h/
|
||||||
|
tk6MBQ2AHdsj61yK/mH65RbDZe725+0zBvumxfrPbgqYBy9veE1Cjpl3wJwsGYa+
|
||||||
|
gidq3tU2WBpUpaFOcyfxzvoDjKv6BClX+m7RijRM4tTSxmzrUTfwrClSdSV2HlBu
|
||||||
|
AuKvY5W+cDwlKtuXEBtgCpdlOGsp8YZsqe4QD9xMI6GOOnXnHisYnmsMzn2RU8mW
|
||||||
|
GUS3ob1J1vAfIinixwB8tHlxB/G3jaOXtQEwFmI2dfYOdkbxOiIgcSfbRI8PGiHA
|
||||||
|
KiluZpn+Ww05GwUch2HdX8dw1hsbWM4G/X8Aqy3HdJB28p73dE4I9FRrJ1uxsmMe
|
||||||
|
iON8QevhSBC0qwSxb+16vKt58ErQnqXrJI6+HzPldn22OQIF7bMZGwYkZiOjS5LU
|
||||||
|
xAoRT4Jomks0ccOZGe7wMIUp2Ch22vmv4O78Pd2GEzAcTUvM8mrS+zJBMogjx27C
|
||||||
|
r86HOWEjmi2R32EAEQEAAbQeQ2FybSBKb3MgPEthcm11bkpAb3V0bG9vay5jb20+
|
||||||
|
iQHUBBMBCAA+FiEEL6NL2WG27xbAlAIkh337tzeYbfcFAmHwDt0CGwMFCQPCZwAF
|
||||||
|
CwkIBwIGFQoJCAsCBBYCAwECHgECF4AACgkQh337tzeYbffNvQwAscXykUimCOli
|
||||||
|
lRK52P6+w5n/arl7UxCh7TZiRjf9feiCp3OivETKCeqnbtNTgv67aNbxjO9asCTK
|
||||||
|
dU6J6Zh6wO8CqDhg+EA8qn+Nu4ESPGvgyWyeck9otMy16To5/I9eQRYTOos1crOA
|
||||||
|
DRUH1MWLeIkZabM6wSPad/CcRAzFNf5+8JNuQqCgQ3Rngst1Z6Gyb1hixWnjxc4P
|
||||||
|
7dFquwbR0D0ojwj0Etqd0c5p0iwyRl2I2QQ1bS3aGqdW0LzM9ixh25HAReg2QH7G
|
||||||
|
FBQ5PLLXr4UqYQygzwhUtxl2jra0+3ia+D7OBwlgm3QPnlo82Z7nExQUYmemD7jV
|
||||||
|
3Gc1ELXKSRHKbVjSoGiHWpnSiw4ptLo+tnzhRCHlV+pTS3IbQoPdb/glBOVIkA/j
|
||||||
|
ksCfbrmC8aXpk1YycAXY2my7BpXsImWAOwPHVsvcB2IpEA2s3VfsZ/IB9z+yih3n
|
||||||
|
z8mL0BFjKWUV23IOoeRqmt7l8nB7u55Nbjasu0LdTcl2R6swE3fTuQGNBGHwDt0B
|
||||||
|
DAChLPfZ1njctL8BijLO//Hgvw9E6STJGYgqglNetfdoir+YAwCPQ32K4MsaQKl8
|
||||||
|
xQelmcOU+5jO2C8wEyNAjmvyKGB2J/IjLEtAlbOn1UltKQ/GhxgMjg0EheY81ZMa
|
||||||
|
7FDq1TDwYRCN5SMKhl5GF0JJ4OWfg1i7HbpEfkw4mW1pl0/eNdeQaC6qV6EWTsqz
|
||||||
|
WRbi8DeH1WarSgq/00Za6zxNntLNLoq7jsTbDwTc6pgOp1Z8EcGfI/mcn3moqTxc
|
||||||
|
o/PLYg+6impCKXVeRUlgGBpJ5YVvR5ACTLS9Tztwho9MpKJ9obXAfwXKyoToHCII
|
||||||
|
+pTnuzweOfOsrjLsFySnXq8WO2PY9JbNWjveKfk35fGfsrbwU0Vg+m67UahXqA4i
|
||||||
|
KNvZeA8bG8AXrxUirKLWIj/8AuW8NAKu7ui4YmexldraYUgaoBrqhXZCVe8dNQv+
|
||||||
|
erzNbmJUCPDauNddnDsCqOoZ8fWyBenDs3NS0TWuvua4/ND+AyVxPeatI4qfS2TD
|
||||||
|
gnUAEQEAAYkBvAQYAQgAJhYhBC+jS9lhtu8WwJQCJId9+7c3mG33BQJh8A7dAhsM
|
||||||
|
BQkDwmcAAAoJEId9+7c3mG33znkL/01lWSQOzFd+omzrz0RPqFUksxqQS+CUty0m
|
||||||
|
/4n9H/K3BLcut+nUNbosNuqPqISoiaV7BGigv0bT+Pu+EQQtyjYOSeibeBadB48w
|
||||||
|
cYp8k3YJbfinuKApw1Zp9IfAd3eXXWi30OY4FmlsKy6LGnusZ6KS+FzTjU94yN/0
|
||||||
|
LK05fmBtLN/MQJQyqYIkquzk//diwpsxnv34+10igYaQBAEpPIsmsYwWg+ecCtyx
|
||||||
|
lJGvmQggBrKvo5EdOGhO9DJAu1WQcFqnUCj5qvL+YKIsMyIwujQH8554P8xfCLFU
|
||||||
|
a351qs30yWXX4HGMn3o7RuVQAACs1buxlMen/JEdQOLOaUtFcu2iYzCFhuzDsetc
|
||||||
|
geNinFyo0bV9dXiahG95oTL45OA0w+E9Y0B5VXc9Yf08Yyj8ayMChASfVG5lZU6l
|
||||||
|
KhiaKHV9t4xmwP43lRjs8HTC5rtXc31kPtOAT61HG9vPA49ZdXybUqoHru15PFmc
|
||||||
|
OK7d0W/LdJ3iFeselROADHgPQn14sg==
|
||||||
|
=rRA5
|
||||||
|
-----END PGP PUBLIC KEY BLOCK-----
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
# For most projects, this workflow file will not need changing; you simply need
|
||||||
|
# to commit it to your repository.
|
||||||
|
#
|
||||||
|
# You may wish to alter this file to override the set of languages analyzed,
|
||||||
|
# or to provide custom queries or build logic.
|
||||||
|
#
|
||||||
|
# ******** NOTE ********
|
||||||
|
# We have attempted to detect the languages in your repository. Please check
|
||||||
|
# the `language` matrix defined below to confirm you have the correct set of
|
||||||
|
# supported CodeQL languages.
|
||||||
|
#
|
||||||
|
name: "CodeQL Analysis"
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
pull_request:
|
||||||
|
# The branches below must be a subset of the branches above
|
||||||
|
branches: [ master ]
|
||||||
|
schedule:
|
||||||
|
- cron: '45 12 * * 1'
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
analyze:
|
||||||
|
name: Analyze
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
actions: read
|
||||||
|
contents: read
|
||||||
|
security-events: write
|
||||||
|
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
language: [ 'java' ]
|
||||||
|
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
|
||||||
|
# Learn more about CodeQL language support at https://git.io/codeql-language-support
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v6
|
||||||
|
|
||||||
|
# Initializes the CodeQL tools for scanning.
|
||||||
|
- name: Initialize CodeQL
|
||||||
|
uses: github/codeql-action/init@v4
|
||||||
|
with:
|
||||||
|
languages: ${{ matrix.language }}
|
||||||
|
# If you wish to specify custom queries, you can do so here or in a config file.
|
||||||
|
# By default, queries listed here will override any specified in a config file.
|
||||||
|
# Prefix the list here with "+" to use these queries and those in the config file.
|
||||||
|
# queries: ./path/to/local/query, your-org/your-repo/queries@main
|
||||||
|
|
||||||
|
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
|
||||||
|
# If this step fails, then you should remove it and run the build manually (see below)
|
||||||
|
- name: Autobuild
|
||||||
|
uses: github/codeql-action/autobuild@v4
|
||||||
|
|
||||||
|
# ℹ️ Command-line programs to run using the OS shell.
|
||||||
|
# 📚 https://git.io/JvXDl
|
||||||
|
|
||||||
|
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
|
||||||
|
# and modify them (or add more) to build your code if your project
|
||||||
|
# uses a compiled language
|
||||||
|
|
||||||
|
#- run: |
|
||||||
|
# make bootstrap
|
||||||
|
# make release
|
||||||
|
|
||||||
|
- name: Perform CodeQL Analysis
|
||||||
|
uses: github/codeql-action/analyze@v4
|
||||||
@@ -0,0 +1,108 @@
|
|||||||
|
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
|
||||||
|
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
|
||||||
|
|
||||||
|
name: "Deploy & Upload"
|
||||||
|
|
||||||
|
on:
|
||||||
|
# 支持手动触发构建
|
||||||
|
workflow_dispatch:
|
||||||
|
release:
|
||||||
|
# 创建release的时候触发
|
||||||
|
types: [ published ]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
gh-deploy:
|
||||||
|
name: "Publish Project (GitHub)"
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v6
|
||||||
|
- name: "Set up JDK"
|
||||||
|
uses: actions/setup-java@v5
|
||||||
|
with:
|
||||||
|
java-version: '11'
|
||||||
|
distribution: 'adopt'
|
||||||
|
cache: maven
|
||||||
|
server-id: github
|
||||||
|
server-username: MAVEN_USERNAME
|
||||||
|
server-password: MAVEN_TOKEN
|
||||||
|
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
|
||||||
|
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
|
||||||
|
|
||||||
|
- name: "Maven Deploy With Javadoc"
|
||||||
|
run: mvn -B -Pgithub deploy --file pom.xml -DskipTests
|
||||||
|
env:
|
||||||
|
MAVEN_USERNAME: ${{ github.repository_owner }}
|
||||||
|
MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
|
||||||
|
|
||||||
|
- name: "Copy Javadoc to Location"
|
||||||
|
run: |
|
||||||
|
rm -rf docs
|
||||||
|
mkdir -vp docs
|
||||||
|
cp -vrf target/apidocs/* docs/
|
||||||
|
cp -vrf .documentation/JAVADOC-README.md docs/README.md
|
||||||
|
|
||||||
|
- name: "Generate the Javadoc sitemap"
|
||||||
|
id: sitemap
|
||||||
|
uses: cicirello/generate-sitemap@v1
|
||||||
|
with:
|
||||||
|
base-url-path: https://carmjos.github.io/GithubReleases4J
|
||||||
|
path-to-root: docs
|
||||||
|
|
||||||
|
- name: "Output stats"
|
||||||
|
run: |
|
||||||
|
echo "sitemap-path = ${{ steps.sitemap.outputs.sitemap-path }}"
|
||||||
|
echo "url-count = ${{ steps.sitemap.outputs.url-count }}"
|
||||||
|
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}"
|
||||||
|
|
||||||
|
- name: "Configure Git"
|
||||||
|
env:
|
||||||
|
DEPLOY_PRI: ${{secrets.DEPLOY_PRI}}
|
||||||
|
run: |
|
||||||
|
sudo timedatectl set-timezone "Asia/Shanghai"
|
||||||
|
mkdir -p ~/.ssh/
|
||||||
|
echo "$DEPLOY_PRI" > ~/.ssh/id_rsa
|
||||||
|
chmod 600 ~/.ssh/id_rsa
|
||||||
|
ssh-keyscan github.com >> ~/.ssh/known_hosts
|
||||||
|
git config --global user.name 'CarmJos'
|
||||||
|
git config --global user.email 'carm@carm.cc'
|
||||||
|
|
||||||
|
- name: "Commit documentations"
|
||||||
|
run: |
|
||||||
|
cd docs
|
||||||
|
git init
|
||||||
|
git remote add origin git@github.com:CarmJos/GithubReleases4J.git
|
||||||
|
git checkout -b gh-pages
|
||||||
|
git add -A
|
||||||
|
git commit -m "API Document generated."
|
||||||
|
|
||||||
|
- name: "Push javadocs"
|
||||||
|
run: |
|
||||||
|
cd docs
|
||||||
|
git push origin HEAD:gh-pages --force
|
||||||
|
|
||||||
|
central-deploy:
|
||||||
|
name: "Deploy Project (Central)"
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v6
|
||||||
|
- name: "Set up JDK"
|
||||||
|
uses: actions/setup-java@v5
|
||||||
|
with:
|
||||||
|
java-version: '11'
|
||||||
|
distribution: 'adopt'
|
||||||
|
cache: maven
|
||||||
|
server-id: ossrh
|
||||||
|
server-username: MAVEN_USERNAME
|
||||||
|
server-password: MAVEN_PASSWORD
|
||||||
|
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
|
||||||
|
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase
|
||||||
|
|
||||||
|
- name: "Central Deploy"
|
||||||
|
run: mvn -B -Possrh deploy --file pom.xml -DskipTests
|
||||||
|
env:
|
||||||
|
MAVEN_USERNAME: ${{ secrets.OSSRH_USER }}
|
||||||
|
MAVEN_PASSWORD: ${{ secrets.OSSRH_PASS }}
|
||||||
|
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
|
||||||
@@ -0,0 +1,38 @@
|
|||||||
|
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
|
||||||
|
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
|
||||||
|
|
||||||
|
name: Build & Tests
|
||||||
|
|
||||||
|
on:
|
||||||
|
# 支持手动触发构建
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v6
|
||||||
|
- name: "Set up JDK"
|
||||||
|
uses: actions/setup-java@v5
|
||||||
|
with:
|
||||||
|
java-version: '11'
|
||||||
|
distribution: 'adopt'
|
||||||
|
cache: maven
|
||||||
|
server-id: github
|
||||||
|
server-username: MAVEN_USERNAME
|
||||||
|
server-password: MAVEN_TOKEN
|
||||||
|
- name: "Package"
|
||||||
|
run: mvn --no-transfer-progress -B package --file pom.xml -Dmaven.javadoc.skip=true
|
||||||
|
env:
|
||||||
|
MAVEN_USERNAME: ${{ github.repository_owner }}
|
||||||
|
MAVEN_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
- name: "Target Stage"
|
||||||
|
run: mkdir staging && cp target/*.jar staging
|
||||||
|
- name: "Upload artifact"
|
||||||
|
uses: actions/upload-artifact@v7
|
||||||
|
with:
|
||||||
|
name: Artifact
|
||||||
|
path: staging
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
/.idea/
|
||||||
|
/target/
|
||||||
|
/*/target/
|
||||||
|
**.iml
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2022 Carm
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
@@ -1,9 +1,110 @@
|
|||||||
# GithubReleases4J Javadoc
|
```text
|
||||||
|
_____ _ _ _ _ _____ _ _ _ _
|
||||||
|
/ ____(_) | | | | | | __ \ | | | || | | |
|
||||||
|
| | __ _| |_| |__ _ _| |__ | |__) |___| | ___ __ _ ___ ___ ___| || |_ | |
|
||||||
|
| | |_ | | __| '_ \| | | | '_ \| _ // _ \ |/ _ \/ _` / __|/ _ \/ __|__ _| | |
|
||||||
|
| |__| | | |_| | | | |_| | |_) | | \ \ __/ | __/ (_| \__ \ __/\__ \ | || |__| |
|
||||||
|
\_____|_|\__|_| |_|\__,_|_.__/|_| \_\___|_|\___|\__,_|___/\___||___/ |_| \____/
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
基于 [Github Pages](https://pages.github.com/) 搭建,请访问 [JavaDoc](https://CarmJos.github.io/GithubReleases4J) 。
|
README LANGUAGES [ [**ENGLISH**](README.md) | [中文](README_zh_CN.md) ]
|
||||||
|
|
||||||
## 如何实现?
|
# GithubReleases4J
|
||||||
|
|
||||||
若您也想通过 [Github Actions](https://docs.github.com/en/actions/learn-github-actions)
|
[](https://github.com/CarmJos/GithubReleases4J/releases)
|
||||||
自动部署项目的Javadoc到 [Github Pages](https://pages.github.com/) ,
|
[](https://opensource.org/licenses/GPL-3.0)
|
||||||
可以参考我的文章 [《自动部署Javadoc到Github Pages》](https://pages.carm.cc/doc/javadoc-in-github.html) 。
|
[](https://github.com/CarmJos/GithubReleases4J/actions/workflows/maven.yml)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
GitHub Releases for Java , based on [GitHub REST API](https://docs.github.com/cn/rest/reference/releases) .
|
||||||
|
|
||||||
|
To provide an easy way to fetch updates and download assets.
|
||||||
|
|
||||||
|
## Functions
|
||||||
|
|
||||||
|
- Release Info
|
||||||
|
- Tag Name
|
||||||
|
- Release Name
|
||||||
|
- Release Descriptions
|
||||||
|
- ...
|
||||||
|
- Release's Author Info
|
||||||
|
- Login ID
|
||||||
|
- AvatarURL
|
||||||
|
- ...
|
||||||
|
- Release's Assets Info
|
||||||
|
- Name
|
||||||
|
- Size
|
||||||
|
- ...
|
||||||
|
- Release's Assets Download
|
||||||
|
- Update check methods. (See demo)
|
||||||
|
|
||||||
|
## Dependency Usage
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Maven dependency</summary>
|
||||||
|
|
||||||
|
```xml
|
||||||
|
|
||||||
|
<project>
|
||||||
|
<repositories>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<!--Using central repository-->
|
||||||
|
<id>maven</id>
|
||||||
|
<name>Maven Central</name>
|
||||||
|
<url>https://repo1.maven.org/maven2</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<!--Using github packages-->
|
||||||
|
<id>GithubReleases4J</id>
|
||||||
|
<name>GitHub Packages</name>
|
||||||
|
<url>https://maven.pkg.github.com/CarmJos/GithubReleases4J</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
</repositories>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>cc.carm.lib</groupId>
|
||||||
|
<artifactId>githubreleases4j</artifactId>
|
||||||
|
<version>[LATEST RELEASE]</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
|
</project>
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>Gradle dependency</summary>
|
||||||
|
|
||||||
|
```groovy
|
||||||
|
repositories {
|
||||||
|
|
||||||
|
mavenCentral() // Using central repository.
|
||||||
|
|
||||||
|
// Using github packages.
|
||||||
|
maven { url 'https://maven.pkg.github.com/CarmJos/GithubReleases4J' }
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
api "cc.carm.lib:githubreleases4j:[LATEST RELEASE]"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
## DEMO Code
|
||||||
|
|
||||||
|
Please [click here](src/test/java/GithubDemo.java) to read the demo codes.
|
||||||
|
|
||||||
|
## Open Source License.
|
||||||
|
|
||||||
|
The project using [The MIT License](https://opensource.org/licenses/MIT) .
|
||||||
|
|||||||
@@ -0,0 +1,134 @@
|
|||||||
|
```text
|
||||||
|
_____ _ _ _ _ _____ _ _ _ _
|
||||||
|
/ ____(_) | | | | | | __ \ | | | || | | |
|
||||||
|
| | __ _| |_| |__ _ _| |__ | |__) |___| | ___ __ _ ___ ___ ___| || |_ | |
|
||||||
|
| | |_ | | __| '_ \| | | | '_ \| _ // _ \ |/ _ \/ _` / __|/ _ \/ __|__ _| | |
|
||||||
|
| |__| | | |_| | | | |_| | |_) | | \ \ __/ | __/ (_| \__ \ __/\__ \ | || |__| |
|
||||||
|
\_____|_|\__|_| |_|\__,_|_.__/|_| \_\___|_|\___|\__,_|___/\___||___/ |_| \____/
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
README LANGUAGES [ [ENGLISH](README.md) | [**中文**](README_zh_CN.md) ]
|
||||||
|
|
||||||
|
# GithubReleases4J
|
||||||
|
|
||||||
|
[](https://github.com/CarmJos/GithubReleases4J/releases)
|
||||||
|
[](https://opensource.org/licenses/GPL-3.0)
|
||||||
|
[](https://github.com/CarmJos/GithubReleases4J/actions/workflows/maven.yml)
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
|
GitHub Releases for Java , 基于 [GitHub REST API](https://docs.github.com/cn/rest/reference/releases) 实现。
|
||||||
|
|
||||||
|
本项目对 GitHub Releases 相关的信息进行了封装,方便开发直接进行使用。
|
||||||
|
|
||||||
|
## 包含功能
|
||||||
|
|
||||||
|
- Release 的基本信息
|
||||||
|
- Tag版本号、标题、内容介绍等
|
||||||
|
- Release 的作者信息
|
||||||
|
- ID 、头像、身份等
|
||||||
|
- Release 的附件信息
|
||||||
|
- 附件的名称、类型、大小、下载链接等
|
||||||
|
- 支持直接对附件进行下载
|
||||||
|
|
||||||
|
## 依赖方式
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>展开查看 Maven 依赖方式</summary>
|
||||||
|
|
||||||
|
```xml
|
||||||
|
|
||||||
|
<project>
|
||||||
|
<repositories>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<!--采用Maven中心库,安全稳定,但版本更新需要等待同步-->
|
||||||
|
<id>maven</id>
|
||||||
|
<name>Maven Central</name>
|
||||||
|
<url>https://repo1.maven.org/maven2</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<!--采用github依赖库,安全稳定,但需要配置 (推荐)-->
|
||||||
|
<id>GithubReleases4J</id>
|
||||||
|
<name>GitHub Packages</name>
|
||||||
|
<url>https://maven.pkg.github.com/CarmJos/GithubReleases4J</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<!--采用我的私人依赖库,简单方便,但可能因为变故而无法使用-->
|
||||||
|
<id>carm-repo</id>
|
||||||
|
<name>Carm's Repo</name>
|
||||||
|
<url>https://repo.carm.cc/repository/maven-public/</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
</repositories>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>cc.carm.lib</groupId>
|
||||||
|
<artifactId>githubreleases4j</artifactId>
|
||||||
|
<version>[LATEST RELEASE]</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
|
</project>
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>展开查看 Gradle 依赖方式</summary>
|
||||||
|
|
||||||
|
```groovy
|
||||||
|
repositories {
|
||||||
|
|
||||||
|
// 采用Maven中心库,安全稳定,但版本更新需要等待同步
|
||||||
|
mavenCentral()
|
||||||
|
|
||||||
|
// 采用github依赖库,安全稳定,但需要配置 (推荐)
|
||||||
|
maven { url 'https://maven.pkg.github.com/CarmJos/GithubReleases4J' }
|
||||||
|
|
||||||
|
// 采用我的私人依赖库,简单方便,但可能因为变故而无法使用
|
||||||
|
maven { url 'https://repo.carm.cc/repository/maven-public/' }
|
||||||
|
}
|
||||||
|
|
||||||
|
dependencies {
|
||||||
|
api "cc.carm.lib:githubreleases4j:[LATEST RELEASE]"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
## 开发示例
|
||||||
|
|
||||||
|
请 [**点击这里**](src/test/java/GithubDemoChinese.java) 查看示例代码,也可以 [点击这里](https://github.com/CarmJos/UltraDepository/blob/master/src/main/java/cc/carm/plugin/ultradepository/hooker/UpdateChecker.java) 查看实例项目。
|
||||||
|
|
||||||
|
## 支持与捐赠
|
||||||
|
|
||||||
|
若您觉得本项目做的不错,您可以 [点击这里](https://donate.carm.cc) 捐赠支持我!
|
||||||
|
|
||||||
|
## 开源协议
|
||||||
|
|
||||||
|
本项目源码采用 [The MIT License](https://opensource.org/licenses/MIT) 开源协议。
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>关于 MIT 协议</summary>
|
||||||
|
|
||||||
|
> MIT 协议可能是几大开源协议中最宽松的一个,核心条款是:
|
||||||
|
>
|
||||||
|
> 该软件及其相关文档对所有人免费,可以任意处置,包括使用,复制,修改,合并,发表,分发,再授权,或者销售。唯一的限制是,软件中必须包含上述版 权和许可提示。
|
||||||
|
>
|
||||||
|
> 这意味着:
|
||||||
|
> - 你可以自由使用,复制,修改,可以用于自己的项目。
|
||||||
|
> - 可以免费分发或用来盈利。
|
||||||
|
> - 唯一的限制是必须包含许可声明。
|
||||||
|
>
|
||||||
|
> MIT 协议是所有开源许可中最宽松的一个,除了必须包含许可声明外,再无任何限制。
|
||||||
|
>
|
||||||
|
> *以上文字来自 [五种开源协议GPL,LGPL,BSD,MIT,Apache](https://www.oschina.net/question/54100_9455) 。*
|
||||||
|
</details>
|
||||||
@@ -1,182 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>All Classes (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="script.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="All Classes (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "./";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="index-all.html">Index</a></li>
|
|
||||||
<li><a href="help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<h1 title="All&nbsp;Classes" class="title">All Classes</h1>
|
|
||||||
</div>
|
|
||||||
<div class="allClassesContainer">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<table class="typeSummary">
|
|
||||||
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Class</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tr id="i0" class="altColor">
|
|
||||||
<td class="colFirst"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></td>
|
|
||||||
<th class="colLast" scope="row"> </th>
|
|
||||||
</tr>
|
|
||||||
<tr id="i1" class="rowColor">
|
|
||||||
<td class="colFirst"><a href="cc/carm/lib/githubreleases4j/GitHubHttpUtils.html" title="class in cc.carm.lib.githubreleases4j">GitHubHttpUtils</a></td>
|
|
||||||
<th class="colLast" scope="row"> </th>
|
|
||||||
</tr>
|
|
||||||
<tr id="i2" class="altColor">
|
|
||||||
<td class="colFirst"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></td>
|
|
||||||
<th class="colLast" scope="row"> </th>
|
|
||||||
</tr>
|
|
||||||
<tr id="i3" class="rowColor">
|
|
||||||
<td class="colFirst"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></td>
|
|
||||||
<th class="colLast" scope="row">
|
|
||||||
<div class="block">GitHub Releases for Java
|
|
||||||
<br>To provide an easy way to fetch updates and download assets.</div>
|
|
||||||
</th>
|
|
||||||
</tr>
|
|
||||||
<tr id="i4" class="altColor">
|
|
||||||
<td class="colFirst"><a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></td>
|
|
||||||
<th class="colLast" scope="row"> </th>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="index-all.html">Index</a></li>
|
|
||||||
<li><a href="help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,32 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>All Classes (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="script.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<h1 class="bar">All Classes</h1>
|
|
||||||
<main role="main" class="indexContainer">
|
|
||||||
<ul>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/GitHubHttpUtils.html" title="class in cc.carm.lib.githubreleases4j">GitHubHttpUtils</a></li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></li>
|
|
||||||
</ul>
|
|
||||||
</main>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,165 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>All Packages (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="script.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="All Packages (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "./";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="index-all.html">Index</a></li>
|
|
||||||
<li><a href="help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<h1 title="All&nbsp;Packages" class="title">All Packages</h1>
|
|
||||||
</div>
|
|
||||||
<div class="allPackagesContainer">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<table class="packagesSummary">
|
|
||||||
<caption><span>Package Summary</span><span class="tabEnd"> </span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Package</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tbody>
|
|
||||||
<tr class="altColor">
|
|
||||||
<th class="colFirst" scope="row"><a href="cc/carm/lib/githubreleases4j/package-summary.html">cc.carm.lib.githubreleases4j</a></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="index-all.html">Index</a></li>
|
|
||||||
<li><a href="help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,324 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>GitHubHttpUtils (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="GitHubHttpUtils (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var data = {"i0":9,"i1":9,"i2":9};
|
|
||||||
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
|
|
||||||
var altColor = "altColor";
|
|
||||||
var rowColor = "rowColor";
|
|
||||||
var tableTab = "tableTab";
|
|
||||||
var activeTableTab = "activeTableTab";
|
|
||||||
var pathtoroot = "../../../../";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="package-summary.html">Package</a></li>
|
|
||||||
<li class="navBarCell1Rev">Class</li>
|
|
||||||
<li><a href="class-use/GitHubHttpUtils.html">Use</a></li>
|
|
||||||
<li><a href="package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Summary: </li>
|
|
||||||
<li>Nested | </li>
|
|
||||||
<li>Field | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.summary">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Detail: </li>
|
|
||||||
<li>Field | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.detail">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<!-- ======== START OF CLASS DATA ======== -->
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">cc.carm.lib.githubreleases4j</a></div>
|
|
||||||
<h2 title="Class GitHubHttpUtils" class="title">Class GitHubHttpUtils</h2>
|
|
||||||
</div>
|
|
||||||
<div class="contentContainer">
|
|
||||||
<ul class="inheritance">
|
|
||||||
<li>java.lang.Object</li>
|
|
||||||
<li>
|
|
||||||
<ul class="inheritance">
|
|
||||||
<li>cc.carm.lib.githubreleases4j.GitHubHttpUtils</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div class="description">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<hr>
|
|
||||||
<pre>public class <span class="typeNameLabel">GitHubHttpUtils</span>
|
|
||||||
extends java.lang.Object</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="summary">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<!-- ========== METHOD SUMMARY =========== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="method.summary">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Method Summary</h3>
|
|
||||||
<table class="memberSummary">
|
|
||||||
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
||||||
<th class="colSecond" scope="col">Method</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tr id="i0" class="altColor">
|
|
||||||
<td class="colFirst"><code>protected static java.io.File</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#download(java.lang.String,java.lang.String,java.lang.String,java.nio.file.CopyOption...)">download</a></span>​(@NotNull java.lang.String httpURL,
|
|
||||||
@Nullable java.lang.String token,
|
|
||||||
@NotNull java.lang.String path,
|
|
||||||
java.nio.file.CopyOption... copyOptions)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i1" class="rowColor">
|
|
||||||
<td class="colFirst"><code>protected static org.json.JSONArray</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getArray(java.lang.String,java.lang.String)">getArray</a></span>​(@NotNull java.lang.String httpURL,
|
|
||||||
java.lang.String token)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i2" class="altColor">
|
|
||||||
<td class="colFirst"><code>protected static org.json.JSONObject</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getObject(java.lang.String,java.lang.String)">getObject</a></span>​(@NotNull java.lang.String httpURL,
|
|
||||||
@Nullable java.lang.String token)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Methods inherited from class java.lang.Object</h3>
|
|
||||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="details">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<!-- ============ METHOD DETAIL ========== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="method.detail">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Method Detail</h3>
|
|
||||||
<a id="getObject(java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getObject</h4>
|
|
||||||
<pre class="methodSignature">protected static org.json.JSONObject getObject​(@NotNull
|
|
||||||
@NotNull java.lang.String httpURL,
|
|
||||||
@Nullable
|
|
||||||
@Nullable java.lang.String token)
|
|
||||||
throws java.io.IOException</pre>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
||||||
<dd><code>java.io.IOException</code></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getArray(java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getArray</h4>
|
|
||||||
<pre class="methodSignature">protected static org.json.JSONArray getArray​(@NotNull
|
|
||||||
@NotNull java.lang.String httpURL,
|
|
||||||
java.lang.String token)
|
|
||||||
throws java.io.IOException</pre>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
||||||
<dd><code>java.io.IOException</code></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="download(java.lang.String,java.lang.String,java.lang.String,java.nio.file.CopyOption...)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockListLast">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>download</h4>
|
|
||||||
<pre class="methodSignature">protected static java.io.File download​(@NotNull
|
|
||||||
@NotNull java.lang.String httpURL,
|
|
||||||
@Nullable
|
|
||||||
@Nullable java.lang.String token,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String path,
|
|
||||||
java.nio.file.CopyOption... copyOptions)
|
|
||||||
throws java.io.IOException</pre>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
||||||
<dd><code>java.io.IOException</code></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<!-- ========= END OF CLASS DATA ========= -->
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="package-summary.html">Package</a></li>
|
|
||||||
<li class="navBarCell1Rev">Class</li>
|
|
||||||
<li><a href="class-use/GitHubHttpUtils.html">Use</a></li>
|
|
||||||
<li><a href="package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Summary: </li>
|
|
||||||
<li>Nested | </li>
|
|
||||||
<li>Field | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.summary">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Detail: </li>
|
|
||||||
<li>Field | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.detail">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,573 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>GithubAsset (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="GithubAsset (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":9,"i18":10};
|
|
||||||
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
|
|
||||||
var altColor = "altColor";
|
|
||||||
var rowColor = "rowColor";
|
|
||||||
var tableTab = "tableTab";
|
|
||||||
var activeTableTab = "activeTableTab";
|
|
||||||
var pathtoroot = "../../../../";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="package-summary.html">Package</a></li>
|
|
||||||
<li class="navBarCell1Rev">Class</li>
|
|
||||||
<li><a href="class-use/GithubAsset.html">Use</a></li>
|
|
||||||
<li><a href="package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Summary: </li>
|
|
||||||
<li>Nested | </li>
|
|
||||||
<li>Field | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.summary">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Detail: </li>
|
|
||||||
<li>Field | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.detail">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<!-- ======== START OF CLASS DATA ======== -->
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">cc.carm.lib.githubreleases4j</a></div>
|
|
||||||
<h2 title="Class GithubAsset" class="title">Class GithubAsset</h2>
|
|
||||||
</div>
|
|
||||||
<div class="contentContainer">
|
|
||||||
<ul class="inheritance">
|
|
||||||
<li>java.lang.Object</li>
|
|
||||||
<li>
|
|
||||||
<ul class="inheritance">
|
|
||||||
<li>cc.carm.lib.githubreleases4j.GithubAsset</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div class="description">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<hr>
|
|
||||||
<pre>public class <span class="typeNameLabel">GithubAsset</span>
|
|
||||||
extends java.lang.Object</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="summary">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<!-- ========== METHOD SUMMARY =========== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="method.summary">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Method Summary</h3>
|
|
||||||
<table class="memberSummary">
|
|
||||||
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
||||||
<th class="colSecond" scope="col">Method</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tr id="i0" class="altColor">
|
|
||||||
<td class="colFirst"><code>java.io.File</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#download(java.lang.String,java.nio.file.CopyOption...)">download</a></span>​(@NotNull java.lang.String path,
|
|
||||||
@NotNull java.nio.file.CopyOption... options)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Download this asset with provided path and name.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i1" class="rowColor">
|
|
||||||
<td class="colFirst"><code>java.io.File</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#download(java.nio.file.CopyOption...)">download</a></span>​(@NotNull java.nio.file.CopyOption... options)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Download this asset to current path with original name.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i2" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getBrowserDownloadURL()">getBrowserDownloadURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i3" class="rowColor">
|
|
||||||
<td class="colFirst"><code>protected @NotNull org.json.JSONObject</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getContents()">getContents</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i4" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getContentType()">getContentType</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i5" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@Nullable java.util.Date</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getCreateTime()">getCreateTime</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i6" class="altColor">
|
|
||||||
<td class="colFirst"><code>int</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getDownloadCount()">getDownloadCount</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i7" class="rowColor">
|
|
||||||
<td class="colFirst"><code>int</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getID()">getID</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i8" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getLabel()">getLabel</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i9" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getName()">getName</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i10" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getNodeID()">getNodeID</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i11" class="rowColor">
|
|
||||||
<td class="colFirst"><code>int</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSize()">getSize</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i12" class="altColor">
|
|
||||||
<td class="colFirst"><code>protected @NotNull <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSource()">getSource</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i13" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getState()">getState</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i14" class="altColor">
|
|
||||||
<td class="colFirst"><code>@Nullable java.util.Date</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getUpdateTime()">getUpdateTime</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i15" class="rowColor">
|
|
||||||
<td class="colFirst"><code><a href="GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getUploader()">getUploader</a></span>()</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get the uploader of this asset.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i16" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getURL()">getURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i17" class="rowColor">
|
|
||||||
<td class="colFirst"><code>protected static <a href="GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#of(cc.carm.lib.githubreleases4j.GithubRelease,org.json.JSONObject)">of</a></span>​(@NotNull <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a> source,
|
|
||||||
@NotNull org.json.JSONObject contents)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i18" class="altColor">
|
|
||||||
<td class="colFirst"><code>java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toString()">toString</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Methods inherited from class java.lang.Object</h3>
|
|
||||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="details">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<!-- ============ METHOD DETAIL ========== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="method.detail">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Method Detail</h3>
|
|
||||||
<a id="of(cc.carm.lib.githubreleases4j.GithubRelease,org.json.JSONObject)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>of</h4>
|
|
||||||
<pre class="methodSignature">protected static <a href="GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a> of​(@NotNull
|
|
||||||
@NotNull <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a> source,
|
|
||||||
@NotNull
|
|
||||||
@NotNull org.json.JSONObject contents)</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getSource()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getSource</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
protected @NotNull <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a> getSource()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getContents()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getContents</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
protected @NotNull org.json.JSONObject getContents()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getID()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getID</h4>
|
|
||||||
<pre class="methodSignature">public int getID()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getBrowserDownloadURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getBrowserDownloadURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getBrowserDownloadURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getNodeID()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getNodeID</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getNodeID()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getName()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getName</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getName()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getLabel()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getLabel</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getLabel()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getState()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getState</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getState()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getContentType()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getContentType</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getContentType()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getSize()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getSize</h4>
|
|
||||||
<pre class="methodSignature">public int getSize()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getDownloadCount()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getDownloadCount</h4>
|
|
||||||
<pre class="methodSignature">public int getDownloadCount()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getCreateTime()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getCreateTime</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public @Nullable java.util.Date getCreateTime()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getUpdateTime()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getUpdateTime</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public @Nullable java.util.Date getUpdateTime()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="download(java.nio.file.CopyOption...)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>download</h4>
|
|
||||||
<pre class="methodSignature">public java.io.File download​(@NotNull
|
|
||||||
@NotNull java.nio.file.CopyOption... options)
|
|
||||||
throws java.io.IOException</pre>
|
|
||||||
<div class="block">Download this asset to current path with original name.</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
||||||
<dd><code>options</code> - Copy options e.g. <code>StandardCopyOption</code></dd>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd>Downloaded file.</dd>
|
|
||||||
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
||||||
<dd><code>java.io.IOException</code> - Throws when has any io exception</dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="download(java.lang.String,java.nio.file.CopyOption...)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>download</h4>
|
|
||||||
<pre class="methodSignature">public java.io.File download​(@NotNull
|
|
||||||
@NotNull java.lang.String path,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.nio.file.CopyOption... options)
|
|
||||||
throws java.io.IOException</pre>
|
|
||||||
<div class="block">Download this asset with provided path and name.</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
||||||
<dd><code>path</code> - target path with file suffix , e.g. "cache/build.zip"</dd>
|
|
||||||
<dd><code>options</code> - Copy options e.g. <code>StandardCopyOption</code></dd>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd>Downloaded file.</dd>
|
|
||||||
<dt><span class="throwsLabel">Throws:</span></dt>
|
|
||||||
<dd><code>java.io.IOException</code> - Throws when has any io exception</dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getUploader()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getUploader</h4>
|
|
||||||
<pre class="methodSignature">public <a href="GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a> getUploader()</pre>
|
|
||||||
<div class="block">Get the uploader of this asset.</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd>The author user <a href="GithubUser.html" title="class in cc.carm.lib.githubreleases4j"><code>GithubUser</code></a></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="toString()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockListLast">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>toString</h4>
|
|
||||||
<pre class="methodSignature">public java.lang.String toString()</pre>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
|
|
||||||
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<!-- ========= END OF CLASS DATA ========= -->
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="package-summary.html">Package</a></li>
|
|
||||||
<li class="navBarCell1Rev">Class</li>
|
|
||||||
<li><a href="class-use/GithubAsset.html">Use</a></li>
|
|
||||||
<li><a href="package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Summary: </li>
|
|
||||||
<li>Nested | </li>
|
|
||||||
<li>Field | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.summary">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Detail: </li>
|
|
||||||
<li>Field | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.detail">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,810 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>GithubRelease (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="GithubRelease (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":9,"i24":9,"i25":10,"i26":10};
|
|
||||||
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
|
|
||||||
var altColor = "altColor";
|
|
||||||
var rowColor = "rowColor";
|
|
||||||
var tableTab = "tableTab";
|
|
||||||
var activeTableTab = "activeTableTab";
|
|
||||||
var pathtoroot = "../../../../";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="package-summary.html">Package</a></li>
|
|
||||||
<li class="navBarCell1Rev">Class</li>
|
|
||||||
<li><a href="class-use/GithubRelease.html">Use</a></li>
|
|
||||||
<li><a href="package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Summary: </li>
|
|
||||||
<li>Nested | </li>
|
|
||||||
<li><a href="#field.summary">Field</a> | </li>
|
|
||||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
|
||||||
<li><a href="#method.summary">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Detail: </li>
|
|
||||||
<li><a href="#field.detail">Field</a> | </li>
|
|
||||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
|
||||||
<li><a href="#method.detail">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<!-- ======== START OF CLASS DATA ======== -->
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">cc.carm.lib.githubreleases4j</a></div>
|
|
||||||
<h2 title="Class GithubRelease" class="title">Class GithubRelease</h2>
|
|
||||||
</div>
|
|
||||||
<div class="contentContainer">
|
|
||||||
<ul class="inheritance">
|
|
||||||
<li>java.lang.Object</li>
|
|
||||||
<li>
|
|
||||||
<ul class="inheritance">
|
|
||||||
<li>cc.carm.lib.githubreleases4j.GithubRelease</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div class="description">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<hr>
|
|
||||||
<pre>public class <span class="typeNameLabel">GithubRelease</span>
|
|
||||||
extends java.lang.Object</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="summary">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<!-- =========== FIELD SUMMARY =========== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="field.summary">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Field Summary</h3>
|
|
||||||
<table class="memberSummary">
|
|
||||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
||||||
<th class="colSecond" scope="col">Field</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>protected @Nullable java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#authToken">authToken</a></span></code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#owner">owner</a></span></code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#repository">repository</a></span></code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="constructor.summary">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Constructor Summary</h3>
|
|
||||||
<table class="memberSummary">
|
|
||||||
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Modifier</th>
|
|
||||||
<th class="colSecond" scope="col">Constructor</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>protected </code></td>
|
|
||||||
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,org.json.JSONObject)">GithubRelease</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@Nullable java.lang.String authToken,
|
|
||||||
@NotNull org.json.JSONObject contents)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<!-- ========== METHOD SUMMARY =========== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="method.summary">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Method Summary</h3>
|
|
||||||
<table class="memberSummary">
|
|
||||||
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
||||||
<th class="colSecond" scope="col">Method</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tr id="i0" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.util.List<<a href="GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a>></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAssets()">getAssets</a></span>()</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get the assets of this release.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i1" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAssetsURL()">getAssetsURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i2" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull <a href="GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAuthor()">getAuthor</a></span>()</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get the author of this release.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i3" class="rowColor">
|
|
||||||
<td class="colFirst"><code>protected @Nullable java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAuthToken()">getAuthToken</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i4" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getBody()">getBody</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i5" class="rowColor">
|
|
||||||
<td class="colFirst"><code>protected @NotNull org.json.JSONObject</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getContents()">getContents</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i6" class="altColor">
|
|
||||||
<td class="colFirst"><code>@Nullable java.util.Date</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getCreateTime()">getCreateTime</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i7" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@Nullable java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getDiscussionURL()">getDiscussionURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i8" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getHTMLUrl()">getHTMLUrl</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i9" class="rowColor">
|
|
||||||
<td class="colFirst"><code>int</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getID()">getID</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i10" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getName()">getName</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i11" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getNodeID()">getNodeID</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i12" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getOwner()">getOwner</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i13" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@Nullable java.util.Date</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPublishTime()">getPublishTime</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i14" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getRepository()">getRepository</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i15" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTagCommitIsh()">getTagCommitIsh</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i16" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTagName()">getTagName</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i17" class="rowColor">
|
|
||||||
<td class="colFirst"><code>java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTarballURL()">getTarballURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i18" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getUploadURL()">getUploadURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i19" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getURL()">getURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i20" class="altColor">
|
|
||||||
<td class="colFirst"><code>java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getZipBallURL()">getZipBallURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i21" class="rowColor">
|
|
||||||
<td class="colFirst"><code>boolean</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isDraft()">isDraft</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i22" class="altColor">
|
|
||||||
<td class="colFirst"><code>boolean</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isPrerelease()">isPrerelease</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i23" class="rowColor">
|
|
||||||
<td class="colFirst"><code>protected static @NotNull <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#of(java.lang.String,java.lang.String,org.json.JSONObject)">of</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull org.json.JSONObject contents)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i24" class="altColor">
|
|
||||||
<td class="colFirst"><code>protected static @NotNull <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#of(java.lang.String,java.lang.String,java.lang.String,org.json.JSONObject)">of</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@Nullable java.lang.String token,
|
|
||||||
@NotNull org.json.JSONObject contents)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i25" class="rowColor">
|
|
||||||
<td class="colFirst"><code>void</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setAuthToken(java.lang.String)">setAuthToken</a></span>​(@Nullable java.lang.String authToken)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i26" class="altColor">
|
|
||||||
<td class="colFirst"><code>java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toString()">toString</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Methods inherited from class java.lang.Object</h3>
|
|
||||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="details">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<!-- ============ FIELD DETAIL =========== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="field.detail">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Field Detail</h3>
|
|
||||||
<a id="owner">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>owner</h4>
|
|
||||||
<pre>@NotNull
|
|
||||||
public final @NotNull java.lang.String owner</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="repository">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>repository</h4>
|
|
||||||
<pre>@NotNull
|
|
||||||
public final @NotNull java.lang.String repository</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="authToken">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockListLast">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>authToken</h4>
|
|
||||||
<pre>@Nullable
|
|
||||||
protected @Nullable java.lang.String authToken</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="constructor.detail">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Constructor Detail</h3>
|
|
||||||
<a id="<init>(java.lang.String,java.lang.String,java.lang.String,org.json.JSONObject)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockListLast">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>GithubRelease</h4>
|
|
||||||
<pre>protected GithubRelease​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@Nullable
|
|
||||||
@Nullable java.lang.String authToken,
|
|
||||||
@NotNull
|
|
||||||
@NotNull org.json.JSONObject contents)</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<!-- ============ METHOD DETAIL ========== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="method.detail">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Method Detail</h3>
|
|
||||||
<a id="of(java.lang.String,java.lang.String,java.lang.String,org.json.JSONObject)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>of</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
protected static @NotNull <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a> of​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@Nullable
|
|
||||||
@Nullable java.lang.String token,
|
|
||||||
@NotNull
|
|
||||||
@NotNull org.json.JSONObject contents)</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="of(java.lang.String,java.lang.String,org.json.JSONObject)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>of</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
protected static @NotNull <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a> of​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull
|
|
||||||
@NotNull org.json.JSONObject contents)</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getContents()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getContents</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
protected @NotNull org.json.JSONObject getContents()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getOwner()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getOwner</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getOwner()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getRepository()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getRepository</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getRepository()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getAuthToken()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getAuthToken</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
protected @Nullable java.lang.String getAuthToken()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="setAuthToken(java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>setAuthToken</h4>
|
|
||||||
<pre class="methodSignature">public void setAuthToken​(@Nullable
|
|
||||||
@Nullable java.lang.String authToken)</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getID()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getID</h4>
|
|
||||||
<pre class="methodSignature">public int getID()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getTagName()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getTagName</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getTagName()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getName()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getName</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getName()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getBody()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getBody</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getBody()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="isDraft()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>isDraft</h4>
|
|
||||||
<pre class="methodSignature">public boolean isDraft()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="isPrerelease()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>isPrerelease</h4>
|
|
||||||
<pre class="methodSignature">public boolean isPrerelease()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getCreateTime()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getCreateTime</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public @Nullable java.util.Date getCreateTime()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getPublishTime()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getPublishTime</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public @Nullable java.util.Date getPublishTime()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getNodeID()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getNodeID</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getNodeID()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getTagCommitIsh()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getTagCommitIsh</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getTagCommitIsh()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getHTMLUrl()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getHTMLUrl</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getHTMLUrl()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getAssetsURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getAssetsURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getAssetsURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getUploadURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getUploadURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getUploadURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getTarballURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getTarballURL</h4>
|
|
||||||
<pre class="methodSignature">public java.lang.String getTarballURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getZipBallURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getZipBallURL</h4>
|
|
||||||
<pre class="methodSignature">public java.lang.String getZipBallURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getDiscussionURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getDiscussionURL</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public @Nullable java.lang.String getDiscussionURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getAuthor()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getAuthor</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull <a href="GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a> getAuthor()</pre>
|
|
||||||
<div class="block">Get the author of this release.</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd>The author user <a href="GithubUser.html" title="class in cc.carm.lib.githubreleases4j"><code>GithubUser</code></a></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getAssets()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getAssets</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.util.List<<a href="GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a>> getAssets()</pre>
|
|
||||||
<div class="block">Get the assets of this release.</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd><a href="GithubAsset.html" title="class in cc.carm.lib.githubreleases4j"><code>GithubAsset</code></a></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="toString()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockListLast">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>toString</h4>
|
|
||||||
<pre class="methodSignature">public java.lang.String toString()</pre>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
|
|
||||||
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<!-- ========= END OF CLASS DATA ========= -->
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="package-summary.html">Package</a></li>
|
|
||||||
<li class="navBarCell1Rev">Class</li>
|
|
||||||
<li><a href="class-use/GithubRelease.html">Use</a></li>
|
|
||||||
<li><a href="package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Summary: </li>
|
|
||||||
<li>Nested | </li>
|
|
||||||
<li><a href="#field.summary">Field</a> | </li>
|
|
||||||
<li><a href="#constructor.summary">Constr</a> | </li>
|
|
||||||
<li><a href="#method.summary">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Detail: </li>
|
|
||||||
<li><a href="#field.detail">Field</a> | </li>
|
|
||||||
<li><a href="#constructor.detail">Constr</a> | </li>
|
|
||||||
<li><a href="#method.detail">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,748 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>GithubReleases4J (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="GithubReleases4J (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var data = {"i0":9,"i1":9,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":9,"i12":9,"i13":9};
|
|
||||||
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],8:["t4","Concrete Methods"]};
|
|
||||||
var altColor = "altColor";
|
|
||||||
var rowColor = "rowColor";
|
|
||||||
var tableTab = "tableTab";
|
|
||||||
var activeTableTab = "activeTableTab";
|
|
||||||
var pathtoroot = "../../../../";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="package-summary.html">Package</a></li>
|
|
||||||
<li class="navBarCell1Rev">Class</li>
|
|
||||||
<li><a href="class-use/GithubReleases4J.html">Use</a></li>
|
|
||||||
<li><a href="package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Summary: </li>
|
|
||||||
<li>Nested | </li>
|
|
||||||
<li><a href="#field.summary">Field</a> | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.summary">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Detail: </li>
|
|
||||||
<li><a href="#field.detail">Field</a> | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.detail">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<!-- ======== START OF CLASS DATA ======== -->
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">cc.carm.lib.githubreleases4j</a></div>
|
|
||||||
<h2 title="Class GithubReleases4J" class="title">Class GithubReleases4J</h2>
|
|
||||||
</div>
|
|
||||||
<div class="contentContainer">
|
|
||||||
<ul class="inheritance">
|
|
||||||
<li>java.lang.Object</li>
|
|
||||||
<li>
|
|
||||||
<ul class="inheritance">
|
|
||||||
<li>cc.carm.lib.githubreleases4j.GithubReleases4J</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div class="description">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<hr>
|
|
||||||
<pre>public class <span class="typeNameLabel">GithubReleases4J</span>
|
|
||||||
extends java.lang.Object</pre>
|
|
||||||
<div class="block">GitHub Releases for Java
|
|
||||||
<br>To provide an easy way to fetch updates and download assets.
|
|
||||||
<br>Based on <a href="https://docs.github.com/cn/rest/reference/releases">GitHub REST API (Releases)</a> .</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="simpleTagLabel">Author:</span></dt>
|
|
||||||
<dd>CarmJos</dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="summary">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<!-- =========== FIELD SUMMARY =========== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="field.summary">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Field Summary</h3>
|
|
||||||
<table class="memberSummary">
|
|
||||||
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
||||||
<th class="colSecond" scope="col">Field</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>static java.text.SimpleDateFormat</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#GH_TIME_FORMAT">GH_TIME_FORMAT</a></span></code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr class="rowColor">
|
|
||||||
<td class="colFirst"><code>static java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#GITHUB_API_URL">GITHUB_API_URL</a></span></code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>static java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#GITHUB_URL">GITHUB_URL</a></span></code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<!-- ========== METHOD SUMMARY =========== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="method.summary">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Method Summary</h3>
|
|
||||||
<table class="memberSummary">
|
|
||||||
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
||||||
<th class="colSecond" scope="col">Method</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tr id="i0" class="altColor">
|
|
||||||
<td class="colFirst"><code>static @Nullable <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getLatestRelease(java.lang.String,java.lang.String)">getLatestRelease</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get a public repository's latest release.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i1" class="rowColor">
|
|
||||||
<td class="colFirst"><code>static @Nullable <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getLatestRelease(java.lang.String,java.lang.String,java.lang.String)">getLatestRelease</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@Nullable java.lang.String token)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get a repository's latest release.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i2" class="altColor">
|
|
||||||
<td class="colFirst"><code>static @NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getLatestReleaseURL(java.lang.String,java.lang.String)">getLatestReleaseURL</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i3" class="rowColor">
|
|
||||||
<td class="colFirst"><code>static @Nullable <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getRelease(java.lang.String,java.lang.String,java.lang.String)">getRelease</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull java.lang.String releaseID)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get a public repository's release by the id .</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i4" class="altColor">
|
|
||||||
<td class="colFirst"><code>static @Nullable <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getRelease(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">getRelease</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull java.lang.String releaseID,
|
|
||||||
@Nullable java.lang.String token)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get a repository's release by the id .</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i5" class="rowColor">
|
|
||||||
<td class="colFirst"><code>static @Nullable <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getReleaseByTag(java.lang.String,java.lang.String,java.lang.String)">getReleaseByTag</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull java.lang.String tagName)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get a public repository's release by the tag name .</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i6" class="altColor">
|
|
||||||
<td class="colFirst"><code>static @Nullable <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getReleaseByTag(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">getReleaseByTag</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull java.lang.String tagName,
|
|
||||||
@Nullable java.lang.String token)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get a repository's release by the tag name .</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i7" class="rowColor">
|
|
||||||
<td class="colFirst"><code>static @NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getReleasesURL(java.lang.String,java.lang.String)">getReleasesURL</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i8" class="altColor">
|
|
||||||
<td class="colFirst"><code>static @NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getReleaseURLByTag(java.lang.String,java.lang.String,java.lang.String)">getReleaseURLByTag</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull java.lang.String releaseTagName)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i9" class="rowColor">
|
|
||||||
<td class="colFirst"><code>static @Nullable java.lang.Integer</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getVersionBehind(java.lang.String,java.lang.String,java.lang.String)">getVersionBehind</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull java.lang.String currentTagName)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get how many versions behind the current version's tag name.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i10" class="altColor">
|
|
||||||
<td class="colFirst"><code>static @Nullable java.lang.Integer</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getVersionBehind(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">getVersionBehind</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@Nullable java.lang.String token,
|
|
||||||
@NotNull java.lang.String currentTagName)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get how many versions behind the current version's tag name.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i11" class="rowColor">
|
|
||||||
<td class="colFirst"><code>static @NotNull java.util.List<<a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a>></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#listReleases(java.lang.String,java.lang.String)">listReleases</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">List a public repository's current existing releases.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i12" class="altColor">
|
|
||||||
<td class="colFirst"><code>static @NotNull java.util.List<<a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a>></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#listReleases(java.lang.String,java.lang.String,java.lang.String)">listReleases</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@Nullable java.lang.String token)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">List repository's current existing releases.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i13" class="rowColor">
|
|
||||||
<td class="colFirst"><code>protected static @Nullable java.util.Date</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#parseDate(java.lang.String)">parseDate</a></span>​(@Nullable java.lang.String dateString)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Methods inherited from class java.lang.Object</h3>
|
|
||||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="details">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<!-- ============ FIELD DETAIL =========== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="field.detail">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Field Detail</h3>
|
|
||||||
<a id="GITHUB_URL">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>GITHUB_URL</h4>
|
|
||||||
<pre>public static java.lang.String GITHUB_URL</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="GITHUB_API_URL">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>GITHUB_API_URL</h4>
|
|
||||||
<pre>public static java.lang.String GITHUB_API_URL</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="GH_TIME_FORMAT">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockListLast">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>GH_TIME_FORMAT</h4>
|
|
||||||
<pre>public static java.text.SimpleDateFormat GH_TIME_FORMAT</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
<!-- ============ METHOD DETAIL ========== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="method.detail">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Method Detail</h3>
|
|
||||||
<a id="listReleases(java.lang.String,java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>listReleases</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public static @NotNull java.util.List<<a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a>> listReleases​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@Nullable
|
|
||||||
@Nullable java.lang.String token)</pre>
|
|
||||||
<div class="block">List repository's current existing releases.</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
||||||
<dd><code>owner</code> - Repository's Owner</dd>
|
|
||||||
<dd><code>repository</code> - Repository's Name</dd>
|
|
||||||
<dd><code>token</code> - OAuth Access Token
|
|
||||||
<br> Necessary when this repository is private.</dd>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd><a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j"><code>GithubRelease</code></a></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="listReleases(java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>listReleases</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public static @NotNull java.util.List<<a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a>> listReleases​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository)</pre>
|
|
||||||
<div class="block">List a public repository's current existing releases.</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
||||||
<dd><code>owner</code> - Repository's Owner</dd>
|
|
||||||
<dd><code>repository</code> - Repository's Name</dd>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd><a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j"><code>GithubRelease</code></a></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getRelease(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getRelease</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public static @Nullable <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a> getRelease​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String releaseID,
|
|
||||||
@Nullable
|
|
||||||
@Nullable java.lang.String token)</pre>
|
|
||||||
<div class="block">Get a repository's release by the id .</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
||||||
<dd><code>owner</code> - Repository's Owner</dd>
|
|
||||||
<dd><code>repository</code> - Repository's Name</dd>
|
|
||||||
<dd><code>releaseID</code> - Release ID</dd>
|
|
||||||
<dd><code>token</code> - OAuth Access Token
|
|
||||||
<br> Necessary when this repository is private.</dd>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd><a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j"><code>GithubRelease</code></a></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getRelease(java.lang.String,java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getRelease</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public static @Nullable <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a> getRelease​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String releaseID)</pre>
|
|
||||||
<div class="block">Get a public repository's release by the id .</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
||||||
<dd><code>owner</code> - Repository's Owner</dd>
|
|
||||||
<dd><code>repository</code> - Repository's Name</dd>
|
|
||||||
<dd><code>releaseID</code> - Release ID</dd>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd><a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j"><code>GithubRelease</code></a></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getReleaseByTag(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getReleaseByTag</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public static @Nullable <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a> getReleaseByTag​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String tagName,
|
|
||||||
@Nullable
|
|
||||||
@Nullable java.lang.String token)</pre>
|
|
||||||
<div class="block">Get a repository's release by the tag name .</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
||||||
<dd><code>owner</code> - Repository's Owner</dd>
|
|
||||||
<dd><code>repository</code> - Repository's Name</dd>
|
|
||||||
<dd><code>tagName</code> - Release Tag Name</dd>
|
|
||||||
<dd><code>token</code> - OAuth Access Token
|
|
||||||
<br> Necessary when this repository is private.</dd>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd><a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j"><code>GithubRelease</code></a></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getReleaseByTag(java.lang.String,java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getReleaseByTag</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public static @Nullable <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a> getReleaseByTag​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String tagName)</pre>
|
|
||||||
<div class="block">Get a public repository's release by the tag name .</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
||||||
<dd><code>owner</code> - Repository's Owner</dd>
|
|
||||||
<dd><code>repository</code> - Repository's Name</dd>
|
|
||||||
<dd><code>tagName</code> - Release Tag Name</dd>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd><a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j"><code>GithubRelease</code></a></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getLatestRelease(java.lang.String,java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getLatestRelease</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public static @Nullable <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a> getLatestRelease​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@Nullable
|
|
||||||
@Nullable java.lang.String token)</pre>
|
|
||||||
<div class="block">Get a repository's latest release.</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
||||||
<dd><code>owner</code> - Repository's Owner</dd>
|
|
||||||
<dd><code>repository</code> - Repository's Name</dd>
|
|
||||||
<dd><code>token</code> - OAuth Access Token
|
|
||||||
<br> Necessary when this repository is private.</dd>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd><a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j"><code>GithubRelease</code></a></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getLatestRelease(java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getLatestRelease</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public static @Nullable <a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a> getLatestRelease​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository)</pre>
|
|
||||||
<div class="block">Get a public repository's latest release.</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
||||||
<dd><code>owner</code> - Repository's Owner</dd>
|
|
||||||
<dd><code>repository</code> - Repository's Name</dd>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd><a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j"><code>GithubRelease</code></a></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getVersionBehind(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getVersionBehind</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public static @Nullable java.lang.Integer getVersionBehind​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@Nullable
|
|
||||||
@Nullable java.lang.String token,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String currentTagName)</pre>
|
|
||||||
<div class="block">Get how many versions behind the current version's tag name.</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
||||||
<dd><code>owner</code> - Repository's Owner</dd>
|
|
||||||
<dd><code>repository</code> - Repository's Name</dd>
|
|
||||||
<dd><code>token</code> - OAuth Access Token
|
|
||||||
<br> Necessary when this repository is private.</dd>
|
|
||||||
<dd><code>currentTagName</code> - Current Version's tag name.</dd>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd>NULL if not fetch releases, -1 if no match tag name.</dd>
|
|
||||||
<dt><span class="simpleTagLabel">Since:</span></dt>
|
|
||||||
<dd>1.3.0</dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getVersionBehind(java.lang.String,java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getVersionBehind</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public static @Nullable java.lang.Integer getVersionBehind​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String currentTagName)</pre>
|
|
||||||
<div class="block">Get how many versions behind the current version's tag name.</div>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="paramLabel">Parameters:</span></dt>
|
|
||||||
<dd><code>owner</code> - Repository's Owner</dd>
|
|
||||||
<dd><code>repository</code> - Repository's Name</dd>
|
|
||||||
<dd><code>currentTagName</code> - Current Version's tag name.</dd>
|
|
||||||
<dt><span class="returnLabel">Returns:</span></dt>
|
|
||||||
<dd>NULL if not fetch releases, -1 if no match tag name.</dd>
|
|
||||||
<dt><span class="simpleTagLabel">Since:</span></dt>
|
|
||||||
<dd>1.3.0</dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getReleasesURL(java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getReleasesURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public static @NotNull java.lang.String getReleasesURL​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository)</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getLatestReleaseURL(java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getLatestReleaseURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public static @NotNull java.lang.String getLatestReleaseURL​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository)</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getReleaseURLByTag(java.lang.String,java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getReleaseURLByTag</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public static @NotNull java.lang.String getReleaseURLByTag​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String releaseTagName)</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="parseDate(java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockListLast">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>parseDate</h4>
|
|
||||||
<pre class="methodSignature">@Contract("null->null")
|
|
||||||
@Nullable
|
|
||||||
protected static @Nullable java.util.Date parseDate​(@Nullable
|
|
||||||
@Nullable java.lang.String dateString)</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<!-- ========= END OF CLASS DATA ========= -->
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="package-summary.html">Package</a></li>
|
|
||||||
<li class="navBarCell1Rev">Class</li>
|
|
||||||
<li><a href="class-use/GithubReleases4J.html">Use</a></li>
|
|
||||||
<li><a href="package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Summary: </li>
|
|
||||||
<li>Nested | </li>
|
|
||||||
<li><a href="#field.summary">Field</a> | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.summary">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Detail: </li>
|
|
||||||
<li><a href="#field.detail">Field</a> | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.detail">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,632 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>GithubUser (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="GithubUser (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var data = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10,"i22":10,"i23":9,"i24":10};
|
|
||||||
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
|
|
||||||
var altColor = "altColor";
|
|
||||||
var rowColor = "rowColor";
|
|
||||||
var tableTab = "tableTab";
|
|
||||||
var activeTableTab = "activeTableTab";
|
|
||||||
var pathtoroot = "../../../../";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="package-summary.html">Package</a></li>
|
|
||||||
<li class="navBarCell1Rev">Class</li>
|
|
||||||
<li><a href="class-use/GithubUser.html">Use</a></li>
|
|
||||||
<li><a href="package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Summary: </li>
|
|
||||||
<li>Nested | </li>
|
|
||||||
<li>Field | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.summary">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Detail: </li>
|
|
||||||
<li>Field | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.detail">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<!-- ======== START OF CLASS DATA ======== -->
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<div class="subTitle"><span class="packageLabelInType">Package</span> <a href="package-summary.html">cc.carm.lib.githubreleases4j</a></div>
|
|
||||||
<h2 title="Class GithubUser" class="title">Class GithubUser</h2>
|
|
||||||
</div>
|
|
||||||
<div class="contentContainer">
|
|
||||||
<ul class="inheritance">
|
|
||||||
<li>java.lang.Object</li>
|
|
||||||
<li>
|
|
||||||
<ul class="inheritance">
|
|
||||||
<li>cc.carm.lib.githubreleases4j.GithubUser</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div class="description">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<hr>
|
|
||||||
<pre>public class <span class="typeNameLabel">GithubUser</span>
|
|
||||||
extends java.lang.Object</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="summary">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<!-- ========== METHOD SUMMARY =========== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="method.summary">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Method Summary</h3>
|
|
||||||
<table class="memberSummary">
|
|
||||||
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
||||||
<th class="colSecond" scope="col">Method</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tr id="i0" class="altColor">
|
|
||||||
<td class="colFirst"><code>@Nullable java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getAvatarURL()">getAvatarURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i1" class="rowColor">
|
|
||||||
<td class="colFirst"><code>protected @NotNull org.json.JSONObject</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getContents()">getContents</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i2" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getEventsURL()">getEventsURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i3" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getEventsURL(java.lang.String)">getEventsURL</a></span>​(java.lang.String privacy)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i4" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFollowersURL()">getFollowersURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i5" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFollowingURL()">getFollowingURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i6" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFollowingURL(java.lang.String)">getFollowingURL</a></span>​(@NotNull java.lang.String otherUsername)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i7" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getGistsURL()">getGistsURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i8" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getGistsURL(int)">getGistsURL</a></span>​(int gistID)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i9" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@Nullable java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getGravatarID()">getGravatarID</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i10" class="altColor">
|
|
||||||
<td class="colFirst"><code>int</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getID()">getID</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i11" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getLoginID()">getLoginID</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i12" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getNodeID()">getNodeID</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i13" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getOrganizationsURL()">getOrganizationsURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i14" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getProfileURL()">getProfileURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i15" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getReceivedEventsURL()">getReceivedEventsURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i16" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getReposURL()">getReposURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i17" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getStarredURL()">getStarredURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i18" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getStarredURL(java.lang.String,java.lang.String)">getStarredURL</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repo)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i19" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSubscriptionsURL()">getSubscriptionsURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i20" class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getType()">getType</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i21" class="rowColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getURL()">getURL</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i22" class="altColor">
|
|
||||||
<td class="colFirst"><code>boolean</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#isSiteAdmin()">isSiteAdmin</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i23" class="rowColor">
|
|
||||||
<td class="colFirst"><code>protected static <a href="GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#of(org.json.JSONObject)">of</a></span>​(@NotNull org.json.JSONObject contents)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr id="i24" class="altColor">
|
|
||||||
<td class="colFirst"><code>java.lang.String</code></td>
|
|
||||||
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#toString()">toString</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Methods inherited from class java.lang.Object</h3>
|
|
||||||
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="details">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<!-- ============ METHOD DETAIL ========== -->
|
|
||||||
<section role="region">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="method.detail">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Method Detail</h3>
|
|
||||||
<a id="of(org.json.JSONObject)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>of</h4>
|
|
||||||
<pre class="methodSignature">protected static <a href="GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a> of​(@NotNull
|
|
||||||
@NotNull org.json.JSONObject contents)</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getContents()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getContents</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
protected @NotNull org.json.JSONObject getContents()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getID()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getID</h4>
|
|
||||||
<pre class="methodSignature">public int getID()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getLoginID()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getLoginID</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getLoginID()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getNodeID()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getNodeID</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getNodeID()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getAvatarURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getAvatarURL</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public @Nullable java.lang.String getAvatarURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getGravatarID()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getGravatarID</h4>
|
|
||||||
<pre class="methodSignature">@Nullable
|
|
||||||
public @Nullable java.lang.String getGravatarID()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getProfileURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getProfileURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getProfileURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getFollowersURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getFollowersURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getFollowersURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getFollowingURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getFollowingURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getFollowingURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getFollowingURL(java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getFollowingURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getFollowingURL​(@NotNull
|
|
||||||
@NotNull java.lang.String otherUsername)</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getGistsURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getGistsURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getGistsURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getGistsURL(int)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getGistsURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getGistsURL​(int gistID)</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getStarredURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getStarredURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getStarredURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getStarredURL(java.lang.String,java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getStarredURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getStarredURL​(@NotNull
|
|
||||||
@NotNull java.lang.String owner,
|
|
||||||
@NotNull
|
|
||||||
@NotNull java.lang.String repo)</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getSubscriptionsURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getSubscriptionsURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getSubscriptionsURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getOrganizationsURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getOrganizationsURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getOrganizationsURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getReposURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getReposURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getReposURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getEventsURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getEventsURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getEventsURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getEventsURL(java.lang.String)">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getEventsURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getEventsURL​(java.lang.String privacy)</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getReceivedEventsURL()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getReceivedEventsURL</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getReceivedEventsURL()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="getType()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>getType</h4>
|
|
||||||
<pre class="methodSignature">@NotNull
|
|
||||||
public @NotNull java.lang.String getType()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="isSiteAdmin()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>isSiteAdmin</h4>
|
|
||||||
<pre class="methodSignature">public boolean isSiteAdmin()</pre>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<a id="toString()">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="blockListLast">
|
|
||||||
<li class="blockList">
|
|
||||||
<h4>toString</h4>
|
|
||||||
<pre class="methodSignature">public java.lang.String toString()</pre>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
|
|
||||||
<dd><code>toString</code> in class <code>java.lang.Object</code></dd>
|
|
||||||
</dl>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<!-- ========= END OF CLASS DATA ========= -->
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="package-summary.html">Package</a></li>
|
|
||||||
<li class="navBarCell1Rev">Class</li>
|
|
||||||
<li><a href="class-use/GithubUser.html">Use</a></li>
|
|
||||||
<li><a href="package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<div>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Summary: </li>
|
|
||||||
<li>Nested | </li>
|
|
||||||
<li>Field | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.summary">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="subNavList">
|
|
||||||
<li>Detail: </li>
|
|
||||||
<li>Field | </li>
|
|
||||||
<li>Constr | </li>
|
|
||||||
<li><a href="#method.detail">Method</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,147 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>Uses of Class cc.carm.lib.githubreleases4j.GitHubHttpUtils (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="Uses of Class cc.carm.lib.githubreleases4j.GitHubHttpUtils (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "../../../../../";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="../package-summary.html">Package</a></li>
|
|
||||||
<li><a href="../GitHubHttpUtils.html" title="class in cc.carm.lib.githubreleases4j">Class</a></li>
|
|
||||||
<li class="navBarCell1Rev">Use</li>
|
|
||||||
<li><a href="../package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="../../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<h2 title="Uses of Class cc.carm.lib.githubreleases4j.GitHubHttpUtils" class="title">Uses of Class<br>cc.carm.lib.githubreleases4j.GitHubHttpUtils</h2>
|
|
||||||
</div>
|
|
||||||
<div class="classUseContainer">No usage of cc.carm.lib.githubreleases4j.GitHubHttpUtils</div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="../package-summary.html">Package</a></li>
|
|
||||||
<li><a href="../GitHubHttpUtils.html" title="class in cc.carm.lib.githubreleases4j">Class</a></li>
|
|
||||||
<li class="navBarCell1Rev">Use</li>
|
|
||||||
<li><a href="../package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="../../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,194 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>Uses of Class cc.carm.lib.githubreleases4j.GithubAsset (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="Uses of Class cc.carm.lib.githubreleases4j.GithubAsset (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "../../../../../";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="../package-summary.html">Package</a></li>
|
|
||||||
<li><a href="../GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">Class</a></li>
|
|
||||||
<li class="navBarCell1Rev">Use</li>
|
|
||||||
<li><a href="../package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="../../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<h2 title="Uses of Class cc.carm.lib.githubreleases4j.GithubAsset" class="title">Uses of Class<br>cc.carm.lib.githubreleases4j.GithubAsset</h2>
|
|
||||||
</div>
|
|
||||||
<div class="classUseContainer">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region"><a id="cc.carm.lib.githubreleases4j">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Uses of <a href="../GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a> in <a href="../package-summary.html">cc.carm.lib.githubreleases4j</a></h3>
|
|
||||||
<table class="useSummary">
|
|
||||||
<caption><span>Methods in <a href="../package-summary.html">cc.carm.lib.githubreleases4j</a> that return <a href="../GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></span><span class="tabEnd"> </span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
||||||
<th class="colSecond" scope="col">Method</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tbody>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>protected static <a href="../GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubAsset.</span><code><span class="memberNameLink"><a href="../GithubAsset.html#of(cc.carm.lib.githubreleases4j.GithubRelease,org.json.JSONObject)">of</a></span>​(@NotNull <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a> source,
|
|
||||||
@NotNull org.json.JSONObject contents)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<table class="useSummary">
|
|
||||||
<caption><span>Methods in <a href="../package-summary.html">cc.carm.lib.githubreleases4j</a> that return types with arguments of type <a href="../GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></span><span class="tabEnd"> </span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
||||||
<th class="colSecond" scope="col">Method</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tbody>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull java.util.List<<a href="../GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a>></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubRelease.</span><code><span class="memberNameLink"><a href="../GithubRelease.html#getAssets()">getAssets</a></span>()</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get the assets of this release.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="../package-summary.html">Package</a></li>
|
|
||||||
<li><a href="../GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">Class</a></li>
|
|
||||||
<li class="navBarCell1Rev">Use</li>
|
|
||||||
<li><a href="../package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="../../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,289 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>Uses of Class cc.carm.lib.githubreleases4j.GithubRelease (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="Uses of Class cc.carm.lib.githubreleases4j.GithubRelease (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "../../../../../";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="../package-summary.html">Package</a></li>
|
|
||||||
<li><a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">Class</a></li>
|
|
||||||
<li class="navBarCell1Rev">Use</li>
|
|
||||||
<li><a href="../package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="../../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<h2 title="Uses of Class cc.carm.lib.githubreleases4j.GithubRelease" class="title">Uses of Class<br>cc.carm.lib.githubreleases4j.GithubRelease</h2>
|
|
||||||
</div>
|
|
||||||
<div class="classUseContainer">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region"><a id="cc.carm.lib.githubreleases4j">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Uses of <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a> in <a href="../package-summary.html">cc.carm.lib.githubreleases4j</a></h3>
|
|
||||||
<table class="useSummary">
|
|
||||||
<caption><span>Methods in <a href="../package-summary.html">cc.carm.lib.githubreleases4j</a> that return <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></span><span class="tabEnd"> </span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
||||||
<th class="colSecond" scope="col">Method</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tbody>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>static @Nullable <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubReleases4J.</span><code><span class="memberNameLink"><a href="../GithubReleases4J.html#getLatestRelease(java.lang.String,java.lang.String)">getLatestRelease</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get a public repository's latest release.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="rowColor">
|
|
||||||
<td class="colFirst"><code>static @Nullable <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubReleases4J.</span><code><span class="memberNameLink"><a href="../GithubReleases4J.html#getLatestRelease(java.lang.String,java.lang.String,java.lang.String)">getLatestRelease</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@Nullable java.lang.String token)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get a repository's latest release.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>static @Nullable <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubReleases4J.</span><code><span class="memberNameLink"><a href="../GithubReleases4J.html#getRelease(java.lang.String,java.lang.String,java.lang.String)">getRelease</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull java.lang.String releaseID)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get a public repository's release by the id .</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="rowColor">
|
|
||||||
<td class="colFirst"><code>static @Nullable <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubReleases4J.</span><code><span class="memberNameLink"><a href="../GithubReleases4J.html#getRelease(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">getRelease</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull java.lang.String releaseID,
|
|
||||||
@Nullable java.lang.String token)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get a repository's release by the id .</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>static @Nullable <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubReleases4J.</span><code><span class="memberNameLink"><a href="../GithubReleases4J.html#getReleaseByTag(java.lang.String,java.lang.String,java.lang.String)">getReleaseByTag</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull java.lang.String tagName)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get a public repository's release by the tag name .</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="rowColor">
|
|
||||||
<td class="colFirst"><code>static @Nullable <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubReleases4J.</span><code><span class="memberNameLink"><a href="../GithubReleases4J.html#getReleaseByTag(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">getReleaseByTag</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull java.lang.String tagName,
|
|
||||||
@Nullable java.lang.String token)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get a repository's release by the tag name .</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>protected @NotNull <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubAsset.</span><code><span class="memberNameLink"><a href="../GithubAsset.html#getSource()">getSource</a></span>()</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr class="rowColor">
|
|
||||||
<td class="colFirst"><code>protected static @NotNull <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubRelease.</span><code><span class="memberNameLink"><a href="../GithubRelease.html#of(java.lang.String,java.lang.String,org.json.JSONObject)">of</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@NotNull org.json.JSONObject contents)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>protected static @NotNull <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubRelease.</span><code><span class="memberNameLink"><a href="../GithubRelease.html#of(java.lang.String,java.lang.String,java.lang.String,org.json.JSONObject)">of</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@Nullable java.lang.String token,
|
|
||||||
@NotNull org.json.JSONObject contents)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<table class="useSummary">
|
|
||||||
<caption><span>Methods in <a href="../package-summary.html">cc.carm.lib.githubreleases4j</a> that return types with arguments of type <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></span><span class="tabEnd"> </span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
||||||
<th class="colSecond" scope="col">Method</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tbody>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>static @NotNull java.util.List<<a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a>></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubReleases4J.</span><code><span class="memberNameLink"><a href="../GithubReleases4J.html#listReleases(java.lang.String,java.lang.String)">listReleases</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">List a public repository's current existing releases.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="rowColor">
|
|
||||||
<td class="colFirst"><code>static @NotNull java.util.List<<a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a>></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubReleases4J.</span><code><span class="memberNameLink"><a href="../GithubReleases4J.html#listReleases(java.lang.String,java.lang.String,java.lang.String)">listReleases</a></span>​(@NotNull java.lang.String owner,
|
|
||||||
@NotNull java.lang.String repository,
|
|
||||||
@Nullable java.lang.String token)</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">List repository's current existing releases.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
<table class="useSummary">
|
|
||||||
<caption><span>Methods in <a href="../package-summary.html">cc.carm.lib.githubreleases4j</a> with parameters of type <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></span><span class="tabEnd"> </span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
||||||
<th class="colSecond" scope="col">Method</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tbody>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>protected static <a href="../GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubAsset.</span><code><span class="memberNameLink"><a href="../GithubAsset.html#of(cc.carm.lib.githubreleases4j.GithubRelease,org.json.JSONObject)">of</a></span>​(@NotNull <a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a> source,
|
|
||||||
@NotNull org.json.JSONObject contents)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="../package-summary.html">Package</a></li>
|
|
||||||
<li><a href="../GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">Class</a></li>
|
|
||||||
<li class="navBarCell1Rev">Use</li>
|
|
||||||
<li><a href="../package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="../../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,147 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>Uses of Class cc.carm.lib.githubreleases4j.GithubReleases4J (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="Uses of Class cc.carm.lib.githubreleases4j.GithubReleases4J (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "../../../../../";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="../package-summary.html">Package</a></li>
|
|
||||||
<li><a href="../GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">Class</a></li>
|
|
||||||
<li class="navBarCell1Rev">Use</li>
|
|
||||||
<li><a href="../package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="../../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<h2 title="Uses of Class cc.carm.lib.githubreleases4j.GithubReleases4J" class="title">Uses of Class<br>cc.carm.lib.githubreleases4j.GithubReleases4J</h2>
|
|
||||||
</div>
|
|
||||||
<div class="classUseContainer">No usage of cc.carm.lib.githubreleases4j.GithubReleases4J</div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="../package-summary.html">Package</a></li>
|
|
||||||
<li><a href="../GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">Class</a></li>
|
|
||||||
<li class="navBarCell1Rev">Use</li>
|
|
||||||
<li><a href="../package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="../../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,190 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>Uses of Class cc.carm.lib.githubreleases4j.GithubUser (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="../../../../../script.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="Uses of Class cc.carm.lib.githubreleases4j.GithubUser (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "../../../../../";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="../package-summary.html">Package</a></li>
|
|
||||||
<li><a href="../GithubUser.html" title="class in cc.carm.lib.githubreleases4j">Class</a></li>
|
|
||||||
<li class="navBarCell1Rev">Use</li>
|
|
||||||
<li><a href="../package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="../../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<h2 title="Uses of Class cc.carm.lib.githubreleases4j.GithubUser" class="title">Uses of Class<br>cc.carm.lib.githubreleases4j.GithubUser</h2>
|
|
||||||
</div>
|
|
||||||
<div class="classUseContainer">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region"><a id="cc.carm.lib.githubreleases4j">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h3>Uses of <a href="../GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a> in <a href="../package-summary.html">cc.carm.lib.githubreleases4j</a></h3>
|
|
||||||
<table class="useSummary">
|
|
||||||
<caption><span>Methods in <a href="../package-summary.html">cc.carm.lib.githubreleases4j</a> that return <a href="../GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></span><span class="tabEnd"> </span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Modifier and Type</th>
|
|
||||||
<th class="colSecond" scope="col">Method</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tbody>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>@NotNull <a href="../GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubRelease.</span><code><span class="memberNameLink"><a href="../GithubRelease.html#getAuthor()">getAuthor</a></span>()</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get the author of this release.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="rowColor">
|
|
||||||
<td class="colFirst"><code><a href="../GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubAsset.</span><code><span class="memberNameLink"><a href="../GithubAsset.html#getUploader()">getUploader</a></span>()</code></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">Get the uploader of this asset.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="altColor">
|
|
||||||
<td class="colFirst"><code>protected static <a href="../GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></code></td>
|
|
||||||
<th class="colSecond" scope="row"><span class="typeNameLabel">GithubUser.</span><code><span class="memberNameLink"><a href="../GithubUser.html#of(org.json.JSONObject)">of</a></span>​(@NotNull org.json.JSONObject contents)</code></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="../package-summary.html">Package</a></li>
|
|
||||||
<li><a href="../GithubUser.html" title="class in cc.carm.lib.githubreleases4j">Class</a></li>
|
|
||||||
<li class="navBarCell1Rev">Use</li>
|
|
||||||
<li><a href="../package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="../../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,184 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>cc.carm.lib.githubreleases4j (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="cc.carm.lib.githubreleases4j (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "../../../../";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li class="navBarCell1Rev">Package</li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li><a href="package-use.html">Use</a></li>
|
|
||||||
<li><a href="package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<h1 title="Package" class="title">Package cc.carm.lib.githubreleases4j</h1>
|
|
||||||
</div>
|
|
||||||
<div class="contentContainer">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<table class="typeSummary">
|
|
||||||
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Class</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tbody>
|
|
||||||
<tr class="altColor">
|
|
||||||
<th class="colFirst" scope="row"><a href="GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr class="rowColor">
|
|
||||||
<th class="colFirst" scope="row"><a href="GitHubHttpUtils.html" title="class in cc.carm.lib.githubreleases4j">GitHubHttpUtils</a></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr class="altColor">
|
|
||||||
<th class="colFirst" scope="row"><a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr class="rowColor">
|
|
||||||
<th class="colFirst" scope="row"><a href="GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></th>
|
|
||||||
<td class="colLast">
|
|
||||||
<div class="block">GitHub Releases for Java
|
|
||||||
<br>To provide an easy way to fetch updates and download assets.</div>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
<tr class="altColor">
|
|
||||||
<th class="colFirst" scope="row"><a href="GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li class="navBarCell1Rev">Package</li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li><a href="package-use.html">Use</a></li>
|
|
||||||
<li><a href="package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,162 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>cc.carm.lib.githubreleases4j Class Hierarchy (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="cc.carm.lib.githubreleases4j Class Hierarchy (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "../../../../";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li class="navBarCell1Rev">Tree</li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<h1 class="title">Hierarchy For Package cc.carm.lib.githubreleases4j</h1>
|
|
||||||
</div>
|
|
||||||
<div class="contentContainer">
|
|
||||||
<section role="region">
|
|
||||||
<h2 title="Class Hierarchy">Class Hierarchy</h2>
|
|
||||||
<ul>
|
|
||||||
<li class="circle">java.lang.Object
|
|
||||||
<ul>
|
|
||||||
<li class="circle">cc.carm.lib.githubreleases4j.<a href="GithubAsset.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GithubAsset</span></a></li>
|
|
||||||
<li class="circle">cc.carm.lib.githubreleases4j.<a href="GitHubHttpUtils.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GitHubHttpUtils</span></a></li>
|
|
||||||
<li class="circle">cc.carm.lib.githubreleases4j.<a href="GithubRelease.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GithubRelease</span></a></li>
|
|
||||||
<li class="circle">cc.carm.lib.githubreleases4j.<a href="GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GithubReleases4J</span></a></li>
|
|
||||||
<li class="circle">cc.carm.lib.githubreleases4j.<a href="GithubUser.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GithubUser</span></a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li class="navBarCell1Rev">Tree</li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,175 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>Uses of Package cc.carm.lib.githubreleases4j (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="../../../../script.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="Uses of Package cc.carm.lib.githubreleases4j (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "../../../../";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li class="navBarCell1Rev">Use</li>
|
|
||||||
<li><a href="package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<h1 title="Uses of Package cc.carm.lib.githubreleases4j" class="title">Uses of Package<br>cc.carm.lib.githubreleases4j</h1>
|
|
||||||
</div>
|
|
||||||
<div class="contentContainer">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList"><a id="cc.carm.lib.githubreleases4j">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<table class="useSummary">
|
|
||||||
<caption><span>Classes in <a href="package-summary.html">cc.carm.lib.githubreleases4j</a> used by <a href="package-summary.html">cc.carm.lib.githubreleases4j</a></span><span class="tabEnd"> </span></caption>
|
|
||||||
<tr>
|
|
||||||
<th class="colFirst" scope="col">Class</th>
|
|
||||||
<th class="colLast" scope="col">Description</th>
|
|
||||||
</tr>
|
|
||||||
<tbody>
|
|
||||||
<tr class="altColor">
|
|
||||||
<th class="colFirst" scope="row"><a href="class-use/GithubAsset.html#cc.carm.lib.githubreleases4j">GithubAsset</a></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr class="rowColor">
|
|
||||||
<th class="colFirst" scope="row"><a href="class-use/GithubRelease.html#cc.carm.lib.githubreleases4j">GithubRelease</a></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
<tr class="altColor">
|
|
||||||
<th class="colFirst" scope="row"><a href="class-use/GithubUser.html#cc.carm.lib.githubreleases4j">GithubUser</a></th>
|
|
||||||
<td class="colLast"> </td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
|
||||||
</table>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li class="navBarCell1Rev">Use</li>
|
|
||||||
<li><a href="package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="../../../../index-all.html">Index</a></li>
|
|
||||||
<li><a href="../../../../help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="../../../../allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,149 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>Constant Field Values (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="script.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="Constant Field Values (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "./";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="index-all.html">Index</a></li>
|
|
||||||
<li><a href="help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
|
|
||||||
<section role="region">
|
|
||||||
<h2 title="Contents">Contents</h2>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="index-all.html">Index</a></li>
|
|
||||||
<li><a href="help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,147 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>Deprecated List (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="script.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="Deprecated List (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "./";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-tree.html">Tree</a></li>
|
|
||||||
<li class="navBarCell1Rev">Deprecated</li>
|
|
||||||
<li><a href="index-all.html">Index</a></li>
|
|
||||||
<li><a href="help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<h1 title="Deprecated API" class="title">Deprecated API</h1>
|
|
||||||
<h2 title="Contents">Contents</h2>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-tree.html">Tree</a></li>
|
|
||||||
<li class="navBarCell1Rev">Deprecated</li>
|
|
||||||
<li><a href="index-all.html">Index</a></li>
|
|
||||||
<li><a href="help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
cc.carm.lib.githubreleases4j
|
|
||||||
@@ -1,273 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>API Help (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="script.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="API Help (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "./";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="index-all.html">Index</a></li>
|
|
||||||
<li class="navBarCell1Rev">Help</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<h1 class="title">How This API Document Is Organized</h1>
|
|
||||||
<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
|
|
||||||
</div>
|
|
||||||
<div class="contentContainer">
|
|
||||||
<ul class="blockList">
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region">
|
|
||||||
<h2>Package</h2>
|
|
||||||
<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain six categories:</p>
|
|
||||||
<ul>
|
|
||||||
<li>Interfaces</li>
|
|
||||||
<li>Classes</li>
|
|
||||||
<li>Enums</li>
|
|
||||||
<li>Exceptions</li>
|
|
||||||
<li>Errors</li>
|
|
||||||
<li>Annotation Types</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region">
|
|
||||||
<h2>Class or Interface</h2>
|
|
||||||
<p>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:</p>
|
|
||||||
<ul>
|
|
||||||
<li>Class Inheritance Diagram</li>
|
|
||||||
<li>Direct Subclasses</li>
|
|
||||||
<li>All Known Subinterfaces</li>
|
|
||||||
<li>All Known Implementing Classes</li>
|
|
||||||
<li>Class or Interface Declaration</li>
|
|
||||||
<li>Class or Interface Description</li>
|
|
||||||
</ul>
|
|
||||||
<br>
|
|
||||||
<ul>
|
|
||||||
<li>Nested Class Summary</li>
|
|
||||||
<li>Field Summary</li>
|
|
||||||
<li>Property Summary</li>
|
|
||||||
<li>Constructor Summary</li>
|
|
||||||
<li>Method Summary</li>
|
|
||||||
</ul>
|
|
||||||
<br>
|
|
||||||
<ul>
|
|
||||||
<li>Field Detail</li>
|
|
||||||
<li>Property Detail</li>
|
|
||||||
<li>Constructor Detail</li>
|
|
||||||
<li>Method Detail</li>
|
|
||||||
</ul>
|
|
||||||
<p>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.</p>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region">
|
|
||||||
<h2>Annotation Type</h2>
|
|
||||||
<p>Each annotation type has its own separate page with the following sections:</p>
|
|
||||||
<ul>
|
|
||||||
<li>Annotation Type Declaration</li>
|
|
||||||
<li>Annotation Type Description</li>
|
|
||||||
<li>Required Element Summary</li>
|
|
||||||
<li>Optional Element Summary</li>
|
|
||||||
<li>Element Detail</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region">
|
|
||||||
<h2>Enum</h2>
|
|
||||||
<p>Each enum has its own separate page with the following sections:</p>
|
|
||||||
<ul>
|
|
||||||
<li>Enum Declaration</li>
|
|
||||||
<li>Enum Description</li>
|
|
||||||
<li>Enum Constant Summary</li>
|
|
||||||
<li>Enum Constant Detail</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region">
|
|
||||||
<h2>Use</h2>
|
|
||||||
<p>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.</p>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region">
|
|
||||||
<h2>Tree (Class Hierarchy)</h2>
|
|
||||||
<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with <code>java.lang.Object</code>. Interfaces do not inherit from <code>java.lang.Object</code>.</p>
|
|
||||||
<ul>
|
|
||||||
<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
|
|
||||||
<li>When viewing a particular package, class or interface page, clicking on "Tree" displays the hierarchy for only that package.</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region">
|
|
||||||
<h2>Deprecated API</h2>
|
|
||||||
<p>The <a href="deprecated-list.html">Deprecated API</a> 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.</p>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region">
|
|
||||||
<h2>Index</h2>
|
|
||||||
<p>The <a href="index-all.html">Index</a> contains an alphabetic index of all classes, interfaces, constructors, methods, and fields, as well as lists of all packages and all classes.</p>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region">
|
|
||||||
<h2>All Classes</h2>
|
|
||||||
<p>The <a href="allclasses.html">All Classes</a> link shows all classes and interfaces except non-static nested types.</p>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region">
|
|
||||||
<h2>Serialized Form</h2>
|
|
||||||
<p>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.</p>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region">
|
|
||||||
<h2>Constant Field Values</h2>
|
|
||||||
<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
<li class="blockList">
|
|
||||||
<section role="region">
|
|
||||||
<h2>Search</h2>
|
|
||||||
<p>You can search for definitions of modules, packages, types, fields, methods and other terms defined in the API, using some or all of the name. "Camel-case" abbreviations are supported: for example, "InpStr" will find "InputStream" and "InputStreamReader".</p>
|
|
||||||
</section>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<hr>
|
|
||||||
<span class="emphasizedPhrase">This help file applies to API documentation generated by the standard doclet.</span></div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="index-all.html">Index</a></li>
|
|
||||||
<li class="navBarCell1Rev">Help</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,445 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>Index (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="script.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="Index (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "./";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li class="navBarCell1Rev">Index</li>
|
|
||||||
<li><a href="help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="contentContainer"><a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:G">G</a> <a href="#I:I">I</a> <a href="#I:L">L</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <br><a href="allclasses-index.html">All Classes</a> <a href="allpackages-index.html">All Packages</a><a id="I:A">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h2 class="title">A</h2>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#authToken">authToken</a></span> - Variable in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
</dl>
|
|
||||||
<a id="I:C">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h2 class="title">C</h2>
|
|
||||||
<dl>
|
|
||||||
<dt><a href="cc/carm/lib/githubreleases4j/package-summary.html">cc.carm.lib.githubreleases4j</a> - package cc.carm.lib.githubreleases4j</dt>
|
|
||||||
<dd> </dd>
|
|
||||||
</dl>
|
|
||||||
<a id="I:D">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h2 class="title">D</h2>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#download(java.lang.String,java.nio.file.CopyOption...)">download(String, CopyOption...)</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">Download this asset with provided path and name.</div>
|
|
||||||
</dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GitHubHttpUtils.html#download(java.lang.String,java.lang.String,java.lang.String,java.nio.file.CopyOption...)">download(String, String, String, CopyOption...)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GitHubHttpUtils.html" title="class in cc.carm.lib.githubreleases4j">GitHubHttpUtils</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#download(java.nio.file.CopyOption...)">download(CopyOption...)</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">Download this asset to current path with original name.</div>
|
|
||||||
</dd>
|
|
||||||
</dl>
|
|
||||||
<a id="I:G">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h2 class="title">G</h2>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GitHubHttpUtils.html#getArray(java.lang.String,java.lang.String)">getArray(String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GitHubHttpUtils.html" title="class in cc.carm.lib.githubreleases4j">GitHubHttpUtils</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getAssets()">getAssets()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">Get the assets of this release.</div>
|
|
||||||
</dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getAssetsURL()">getAssetsURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getAuthor()">getAuthor()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">Get the author of this release.</div>
|
|
||||||
</dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getAuthToken()">getAuthToken()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getAvatarURL()">getAvatarURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getBody()">getBody()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getBrowserDownloadURL()">getBrowserDownloadURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getContents()">getContents()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getContents()">getContents()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getContents()">getContents()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getContentType()">getContentType()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getCreateTime()">getCreateTime()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getCreateTime()">getCreateTime()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getDiscussionURL()">getDiscussionURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getDownloadCount()">getDownloadCount()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getEventsURL()">getEventsURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getEventsURL(java.lang.String)">getEventsURL(String)</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getFollowersURL()">getFollowersURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getFollowingURL()">getFollowingURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getFollowingURL(java.lang.String)">getFollowingURL(String)</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getGistsURL()">getGistsURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getGistsURL(int)">getGistsURL(int)</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getGravatarID()">getGravatarID()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getHTMLUrl()">getHTMLUrl()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getID()">getID()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getID()">getID()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getID()">getID()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getLabel()">getLabel()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#getLatestRelease(java.lang.String,java.lang.String)">getLatestRelease(String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">Get a public repository's latest release.</div>
|
|
||||||
</dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#getLatestRelease(java.lang.String,java.lang.String,java.lang.String)">getLatestRelease(String, String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">Get a repository's latest release.</div>
|
|
||||||
</dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#getLatestReleaseURL(java.lang.String,java.lang.String)">getLatestReleaseURL(String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getLoginID()">getLoginID()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getName()">getName()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getName()">getName()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getNodeID()">getNodeID()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getNodeID()">getNodeID()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getNodeID()">getNodeID()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GitHubHttpUtils.html#getObject(java.lang.String,java.lang.String)">getObject(String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GitHubHttpUtils.html" title="class in cc.carm.lib.githubreleases4j">GitHubHttpUtils</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getOrganizationsURL()">getOrganizationsURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getOwner()">getOwner()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getProfileURL()">getProfileURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getPublishTime()">getPublishTime()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getReceivedEventsURL()">getReceivedEventsURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#getRelease(java.lang.String,java.lang.String,java.lang.String)">getRelease(String, String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">Get a public repository's release by the id .</div>
|
|
||||||
</dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#getRelease(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">getRelease(String, String, String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">Get a repository's release by the id .</div>
|
|
||||||
</dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#getReleaseByTag(java.lang.String,java.lang.String,java.lang.String)">getReleaseByTag(String, String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">Get a public repository's release by the tag name .</div>
|
|
||||||
</dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#getReleaseByTag(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">getReleaseByTag(String, String, String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">Get a repository's release by the tag name .</div>
|
|
||||||
</dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#getReleasesURL(java.lang.String,java.lang.String)">getReleasesURL(String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#getReleaseURLByTag(java.lang.String,java.lang.String,java.lang.String)">getReleaseURLByTag(String, String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getRepository()">getRepository()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getReposURL()">getReposURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getSize()">getSize()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getSource()">getSource()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getStarredURL()">getStarredURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getStarredURL(java.lang.String,java.lang.String)">getStarredURL(String, String)</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getState()">getState()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getSubscriptionsURL()">getSubscriptionsURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getTagCommitIsh()">getTagCommitIsh()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getTagName()">getTagName()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getTarballURL()">getTarballURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getType()">getType()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getUpdateTime()">getUpdateTime()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getUploader()">getUploader()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">Get the uploader of this asset.</div>
|
|
||||||
</dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getUploadURL()">getUploadURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#getURL()">getURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getURL()">getURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#getURL()">getURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#getVersionBehind(java.lang.String,java.lang.String,java.lang.String)">getVersionBehind(String, String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">Get how many versions behind the current version's tag name.</div>
|
|
||||||
</dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#getVersionBehind(java.lang.String,java.lang.String,java.lang.String,java.lang.String)">getVersionBehind(String, String, String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">Get how many versions behind the current version's tag name.</div>
|
|
||||||
</dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#getZipBallURL()">getZipBallURL()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#GH_TIME_FORMAT">GH_TIME_FORMAT</a></span> - Static variable in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#GITHUB_API_URL">GITHUB_API_URL</a></span> - Static variable in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#GITHUB_URL">GITHUB_URL</a></span> - Static variable in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GithubAsset</span></a> - Class in <a href="cc/carm/lib/githubreleases4j/package-summary.html">cc.carm.lib.githubreleases4j</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><a href="cc/carm/lib/githubreleases4j/GitHubHttpUtils.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GitHubHttpUtils</span></a> - Class in <a href="cc/carm/lib/githubreleases4j/package-summary.html">cc.carm.lib.githubreleases4j</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GithubRelease</span></a> - Class in <a href="cc/carm/lib/githubreleases4j/package-summary.html">cc.carm.lib.githubreleases4j</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String,org.json.JSONObject)">GithubRelease(String, String, String, JSONObject)</a></span> - Constructor for class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GithubReleases4J</span></a> - Class in <a href="cc/carm/lib/githubreleases4j/package-summary.html">cc.carm.lib.githubreleases4j</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">GitHub Releases for Java
|
|
||||||
<br>To provide an easy way to fetch updates and download assets.</div>
|
|
||||||
</dd>
|
|
||||||
<dt><a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GithubUser</span></a> - Class in <a href="cc/carm/lib/githubreleases4j/package-summary.html">cc.carm.lib.githubreleases4j</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
</dl>
|
|
||||||
<a id="I:I">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h2 class="title">I</h2>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#isDraft()">isDraft()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#isPrerelease()">isPrerelease()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#isSiteAdmin()">isSiteAdmin()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
</dl>
|
|
||||||
<a id="I:L">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h2 class="title">L</h2>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#listReleases(java.lang.String,java.lang.String)">listReleases(String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">List a public repository's current existing releases.</div>
|
|
||||||
</dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#listReleases(java.lang.String,java.lang.String,java.lang.String)">listReleases(String, String, String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd>
|
|
||||||
<div class="block">List repository's current existing releases.</div>
|
|
||||||
</dd>
|
|
||||||
</dl>
|
|
||||||
<a id="I:O">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h2 class="title">O</h2>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#of(cc.carm.lib.githubreleases4j.GithubRelease,org.json.JSONObject)">of(GithubRelease, JSONObject)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#of(java.lang.String,java.lang.String,org.json.JSONObject)">of(String, String, JSONObject)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#of(java.lang.String,java.lang.String,java.lang.String,org.json.JSONObject)">of(String, String, String, JSONObject)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#of(org.json.JSONObject)">of(JSONObject)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#owner">owner</a></span> - Variable in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
</dl>
|
|
||||||
<a id="I:P">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h2 class="title">P</h2>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html#parseDate(java.lang.String)">parseDate(String)</a></span> - Static method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j">GithubReleases4J</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
</dl>
|
|
||||||
<a id="I:R">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h2 class="title">R</h2>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#repository">repository</a></span> - Variable in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
</dl>
|
|
||||||
<a id="I:S">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h2 class="title">S</h2>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#setAuthToken(java.lang.String)">setAuthToken(String)</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
</dl>
|
|
||||||
<a id="I:T">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<h2 class="title">T</h2>
|
|
||||||
<dl>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubAsset.html#toString()">toString()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j">GithubAsset</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubRelease.html#toString()">toString()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j">GithubRelease</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
<dt><span class="memberNameLink"><a href="cc/carm/lib/githubreleases4j/GithubUser.html#toString()">toString()</a></span> - Method in class cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j">GithubUser</a></dt>
|
|
||||||
<dd> </dd>
|
|
||||||
</dl>
|
|
||||||
<a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:G">G</a> <a href="#I:I">I</a> <a href="#I:L">L</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:R">R</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <br><a href="allclasses-index.html">All Classes</a> <a href="allpackages-index.html">All Packages</a></div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-summary.html">Package</a></li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-tree.html">Tree</a></li>
|
|
||||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li class="navBarCell1Rev">Index</li>
|
|
||||||
<li><a href="help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>GithubReleases4J 1.3.1 API</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<script type="text/javascript">window.location.replace('cc/carm/lib/githubreleases4j/package-summary.html')</script>
|
|
||||||
<noscript>
|
|
||||||
<meta http-equiv="Refresh" content="0;cc/carm/lib/githubreleases4j/package-summary.html">
|
|
||||||
</noscript>
|
|
||||||
<link rel="canonical" href="cc/carm/lib/githubreleases4j/package-summary.html">
|
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<main role="main">
|
|
||||||
<noscript>
|
|
||||||
<p>JavaScript is disabled on your browser.</p>
|
|
||||||
</noscript>
|
|
||||||
<p><a href="cc/carm/lib/githubreleases4j/package-summary.html">cc/carm/lib/githubreleases4j/package-summary.html</a></p>
|
|
||||||
</main>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
Before Width: | Height: | Size: 335 B |
|
Before Width: | Height: | Size: 262 B |
|
Before Width: | Height: | Size: 262 B |
|
Before Width: | Height: | Size: 262 B |
|
Before Width: | Height: | Size: 332 B |
|
Before Width: | Height: | Size: 280 B |
|
Before Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 6.8 KiB |
|
Before Width: | Height: | Size: 4.4 KiB |
@@ -1,582 +0,0 @@
|
|||||||
/*! jQuery UI - v1.12.1 - 2018-12-06
|
|
||||||
* http://jqueryui.com
|
|
||||||
* Includes: core.css, autocomplete.css, menu.css, theme.css
|
|
||||||
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgImgOpacityContent=75&bgImgOpacityHeader=75&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cd0a0a&fcError=%23cd0a0a&borderColorError=%23cd0a0a&bgTextureError=glass&bgColorError=%23fef1ec&iconColorHighlight=%232e83ff&fcHighlight=%23363636&borderColorHighlight=%23fcefa1&bgTextureHighlight=glass&bgColorHighlight=%23fbf9ee&iconColorActive=%23454545&fcActive=%23212121&borderColorActive=%23aaaaaa&bgTextureActive=glass&bgColorActive=%23dadada&iconColorHover=%23454545&fcHover=%23212121&borderColorHover=%23999999&bgTextureHover=glass&bgColorHover=%23dadada&iconColorDefault=%23888888&fcDefault=%23555555&borderColorDefault=%23d3d3d3&bgTextureDefault=glass&bgColorDefault=%23e6e6e6&iconColorContent=%23222222&fcContent=%23222222&borderColorContent=%23aaaaaa&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23222222&fcHeader=%23222222&borderColorHeader=%23aaaaaa&bgTextureHeader=highlight_soft&bgColorHeader=%23cccccc&cornerRadius=4px&fwDefault=normal&fsDefault=1.1em&ffDefault=Verdana%2CArial%2Csans-serif
|
|
||||||
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
|
||||||
|
|
||||||
/* Layout helpers
|
|
||||||
----------------------------------*/
|
|
||||||
.ui-helper-hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.ui-helper-hidden-accessible {
|
|
||||||
border: 0;
|
|
||||||
clip: rect(0 0 0 0);
|
|
||||||
height: 1px;
|
|
||||||
margin: -1px;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0;
|
|
||||||
position: absolute;
|
|
||||||
width: 1px;
|
|
||||||
}
|
|
||||||
.ui-helper-reset {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border: 0;
|
|
||||||
outline: 0;
|
|
||||||
line-height: 1.3;
|
|
||||||
text-decoration: none;
|
|
||||||
font-size: 100%;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
.ui-helper-clearfix:before,
|
|
||||||
.ui-helper-clearfix:after {
|
|
||||||
content: "";
|
|
||||||
display: table;
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
||||||
.ui-helper-clearfix:after {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
.ui-helper-zfix {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
opacity: 0;
|
|
||||||
filter:Alpha(Opacity=0); /* support: IE8 */
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-front {
|
|
||||||
z-index: 100;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Interaction Cues
|
|
||||||
----------------------------------*/
|
|
||||||
.ui-state-disabled {
|
|
||||||
cursor: default !important;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Icons
|
|
||||||
----------------------------------*/
|
|
||||||
.ui-icon {
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: middle;
|
|
||||||
margin-top: -.25em;
|
|
||||||
position: relative;
|
|
||||||
text-indent: -99999px;
|
|
||||||
overflow: hidden;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-widget-icon-block {
|
|
||||||
left: 50%;
|
|
||||||
margin-left: -8px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Misc visuals
|
|
||||||
----------------------------------*/
|
|
||||||
|
|
||||||
/* Overlays */
|
|
||||||
.ui-widget-overlay {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
.ui-autocomplete {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
.ui-menu {
|
|
||||||
list-style: none;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
display: block;
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
.ui-menu .ui-menu {
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.ui-menu .ui-menu-item {
|
|
||||||
margin: 0;
|
|
||||||
cursor: pointer;
|
|
||||||
/* support: IE10, see #8844 */
|
|
||||||
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
|
||||||
}
|
|
||||||
.ui-menu .ui-menu-item-wrapper {
|
|
||||||
position: relative;
|
|
||||||
padding: 3px 1em 3px .4em;
|
|
||||||
}
|
|
||||||
.ui-menu .ui-menu-divider {
|
|
||||||
margin: 5px 0;
|
|
||||||
height: 0;
|
|
||||||
font-size: 0;
|
|
||||||
line-height: 0;
|
|
||||||
border-width: 1px 0 0 0;
|
|
||||||
}
|
|
||||||
.ui-menu .ui-state-focus,
|
|
||||||
.ui-menu .ui-state-active {
|
|
||||||
margin: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* icon support */
|
|
||||||
.ui-menu-icons {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.ui-menu-icons .ui-menu-item-wrapper {
|
|
||||||
padding-left: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* left-aligned */
|
|
||||||
.ui-menu .ui-icon {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: .2em;
|
|
||||||
margin: auto 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* right-aligned */
|
|
||||||
.ui-menu .ui-menu-icon {
|
|
||||||
left: auto;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Component containers
|
|
||||||
----------------------------------*/
|
|
||||||
.ui-widget {
|
|
||||||
font-family: Verdana,Arial,sans-serif;
|
|
||||||
font-size: 1.1em;
|
|
||||||
}
|
|
||||||
.ui-widget .ui-widget {
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
.ui-widget input,
|
|
||||||
.ui-widget select,
|
|
||||||
.ui-widget textarea,
|
|
||||||
.ui-widget button {
|
|
||||||
font-family: Verdana,Arial,sans-serif;
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
.ui-widget.ui-widget-content {
|
|
||||||
border: 1px solid #d3d3d3;
|
|
||||||
}
|
|
||||||
.ui-widget-content {
|
|
||||||
border: 1px solid #aaaaaa;
|
|
||||||
background: #ffffff;
|
|
||||||
color: #222222;
|
|
||||||
}
|
|
||||||
.ui-widget-content a {
|
|
||||||
color: #222222;
|
|
||||||
}
|
|
||||||
.ui-widget-header {
|
|
||||||
border: 1px solid #aaaaaa;
|
|
||||||
background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
|
|
||||||
color: #222222;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
.ui-widget-header a {
|
|
||||||
color: #222222;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Interaction states
|
|
||||||
----------------------------------*/
|
|
||||||
.ui-state-default,
|
|
||||||
.ui-widget-content .ui-state-default,
|
|
||||||
.ui-widget-header .ui-state-default,
|
|
||||||
.ui-button,
|
|
||||||
|
|
||||||
/* We use html here because we need a greater specificity to make sure disabled
|
|
||||||
works properly when clicked or hovered */
|
|
||||||
html .ui-button.ui-state-disabled:hover,
|
|
||||||
html .ui-button.ui-state-disabled:active {
|
|
||||||
border: 1px solid #d3d3d3;
|
|
||||||
background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
|
|
||||||
font-weight: normal;
|
|
||||||
color: #555555;
|
|
||||||
}
|
|
||||||
.ui-state-default a,
|
|
||||||
.ui-state-default a:link,
|
|
||||||
.ui-state-default a:visited,
|
|
||||||
a.ui-button,
|
|
||||||
a:link.ui-button,
|
|
||||||
a:visited.ui-button,
|
|
||||||
.ui-button {
|
|
||||||
color: #555555;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
.ui-state-hover,
|
|
||||||
.ui-widget-content .ui-state-hover,
|
|
||||||
.ui-widget-header .ui-state-hover,
|
|
||||||
.ui-state-focus,
|
|
||||||
.ui-widget-content .ui-state-focus,
|
|
||||||
.ui-widget-header .ui-state-focus,
|
|
||||||
.ui-button:hover,
|
|
||||||
.ui-button:focus {
|
|
||||||
border: 1px solid #999999;
|
|
||||||
background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
|
|
||||||
font-weight: normal;
|
|
||||||
color: #212121;
|
|
||||||
}
|
|
||||||
.ui-state-hover a,
|
|
||||||
.ui-state-hover a:hover,
|
|
||||||
.ui-state-hover a:link,
|
|
||||||
.ui-state-hover a:visited,
|
|
||||||
.ui-state-focus a,
|
|
||||||
.ui-state-focus a:hover,
|
|
||||||
.ui-state-focus a:link,
|
|
||||||
.ui-state-focus a:visited,
|
|
||||||
a.ui-button:hover,
|
|
||||||
a.ui-button:focus {
|
|
||||||
color: #212121;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-visual-focus {
|
|
||||||
box-shadow: 0 0 3px 1px rgb(94, 158, 214);
|
|
||||||
}
|
|
||||||
.ui-state-active,
|
|
||||||
.ui-widget-content .ui-state-active,
|
|
||||||
.ui-widget-header .ui-state-active,
|
|
||||||
a.ui-button:active,
|
|
||||||
.ui-button:active,
|
|
||||||
.ui-button.ui-state-active:hover {
|
|
||||||
border: 1px solid #aaaaaa;
|
|
||||||
background: #dadada url("images/ui-bg_glass_65_dadada_1x400.png") 50% 50% repeat-x;
|
|
||||||
font-weight: normal;
|
|
||||||
color: #212121;
|
|
||||||
}
|
|
||||||
.ui-icon-background,
|
|
||||||
.ui-state-active .ui-icon-background {
|
|
||||||
border: #aaaaaa;
|
|
||||||
background-color: #212121;
|
|
||||||
}
|
|
||||||
.ui-state-active a,
|
|
||||||
.ui-state-active a:link,
|
|
||||||
.ui-state-active a:visited {
|
|
||||||
color: #212121;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Interaction Cues
|
|
||||||
----------------------------------*/
|
|
||||||
.ui-state-highlight,
|
|
||||||
.ui-widget-content .ui-state-highlight,
|
|
||||||
.ui-widget-header .ui-state-highlight {
|
|
||||||
border: 1px solid #fcefa1;
|
|
||||||
background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
|
|
||||||
color: #363636;
|
|
||||||
}
|
|
||||||
.ui-state-checked {
|
|
||||||
border: 1px solid #fcefa1;
|
|
||||||
background: #fbf9ee;
|
|
||||||
}
|
|
||||||
.ui-state-highlight a,
|
|
||||||
.ui-widget-content .ui-state-highlight a,
|
|
||||||
.ui-widget-header .ui-state-highlight a {
|
|
||||||
color: #363636;
|
|
||||||
}
|
|
||||||
.ui-state-error,
|
|
||||||
.ui-widget-content .ui-state-error,
|
|
||||||
.ui-widget-header .ui-state-error {
|
|
||||||
border: 1px solid #cd0a0a;
|
|
||||||
background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
|
|
||||||
color: #cd0a0a;
|
|
||||||
}
|
|
||||||
.ui-state-error a,
|
|
||||||
.ui-widget-content .ui-state-error a,
|
|
||||||
.ui-widget-header .ui-state-error a {
|
|
||||||
color: #cd0a0a;
|
|
||||||
}
|
|
||||||
.ui-state-error-text,
|
|
||||||
.ui-widget-content .ui-state-error-text,
|
|
||||||
.ui-widget-header .ui-state-error-text {
|
|
||||||
color: #cd0a0a;
|
|
||||||
}
|
|
||||||
.ui-priority-primary,
|
|
||||||
.ui-widget-content .ui-priority-primary,
|
|
||||||
.ui-widget-header .ui-priority-primary {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
.ui-priority-secondary,
|
|
||||||
.ui-widget-content .ui-priority-secondary,
|
|
||||||
.ui-widget-header .ui-priority-secondary {
|
|
||||||
opacity: .7;
|
|
||||||
filter:Alpha(Opacity=70); /* support: IE8 */
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
.ui-state-disabled,
|
|
||||||
.ui-widget-content .ui-state-disabled,
|
|
||||||
.ui-widget-header .ui-state-disabled {
|
|
||||||
opacity: .35;
|
|
||||||
filter:Alpha(Opacity=35); /* support: IE8 */
|
|
||||||
background-image: none;
|
|
||||||
}
|
|
||||||
.ui-state-disabled .ui-icon {
|
|
||||||
filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Icons
|
|
||||||
----------------------------------*/
|
|
||||||
|
|
||||||
/* states and images */
|
|
||||||
.ui-icon {
|
|
||||||
width: 16px;
|
|
||||||
height: 16px;
|
|
||||||
}
|
|
||||||
.ui-icon,
|
|
||||||
.ui-widget-content .ui-icon {
|
|
||||||
background-image: url("images/ui-icons_222222_256x240.png");
|
|
||||||
}
|
|
||||||
.ui-widget-header .ui-icon {
|
|
||||||
background-image: url("images/ui-icons_222222_256x240.png");
|
|
||||||
}
|
|
||||||
.ui-state-hover .ui-icon,
|
|
||||||
.ui-state-focus .ui-icon,
|
|
||||||
.ui-button:hover .ui-icon,
|
|
||||||
.ui-button:focus .ui-icon {
|
|
||||||
background-image: url("images/ui-icons_454545_256x240.png");
|
|
||||||
}
|
|
||||||
.ui-state-active .ui-icon,
|
|
||||||
.ui-button:active .ui-icon {
|
|
||||||
background-image: url("images/ui-icons_454545_256x240.png");
|
|
||||||
}
|
|
||||||
.ui-state-highlight .ui-icon,
|
|
||||||
.ui-button .ui-state-highlight.ui-icon {
|
|
||||||
background-image: url("images/ui-icons_2e83ff_256x240.png");
|
|
||||||
}
|
|
||||||
.ui-state-error .ui-icon,
|
|
||||||
.ui-state-error-text .ui-icon {
|
|
||||||
background-image: url("images/ui-icons_cd0a0a_256x240.png");
|
|
||||||
}
|
|
||||||
.ui-button .ui-icon {
|
|
||||||
background-image: url("images/ui-icons_888888_256x240.png");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* positioning */
|
|
||||||
.ui-icon-blank { background-position: 16px 16px; }
|
|
||||||
.ui-icon-caret-1-n { background-position: 0 0; }
|
|
||||||
.ui-icon-caret-1-ne { background-position: -16px 0; }
|
|
||||||
.ui-icon-caret-1-e { background-position: -32px 0; }
|
|
||||||
.ui-icon-caret-1-se { background-position: -48px 0; }
|
|
||||||
.ui-icon-caret-1-s { background-position: -65px 0; }
|
|
||||||
.ui-icon-caret-1-sw { background-position: -80px 0; }
|
|
||||||
.ui-icon-caret-1-w { background-position: -96px 0; }
|
|
||||||
.ui-icon-caret-1-nw { background-position: -112px 0; }
|
|
||||||
.ui-icon-caret-2-n-s { background-position: -128px 0; }
|
|
||||||
.ui-icon-caret-2-e-w { background-position: -144px 0; }
|
|
||||||
.ui-icon-triangle-1-n { background-position: 0 -16px; }
|
|
||||||
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
|
|
||||||
.ui-icon-triangle-1-e { background-position: -32px -16px; }
|
|
||||||
.ui-icon-triangle-1-se { background-position: -48px -16px; }
|
|
||||||
.ui-icon-triangle-1-s { background-position: -65px -16px; }
|
|
||||||
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
|
|
||||||
.ui-icon-triangle-1-w { background-position: -96px -16px; }
|
|
||||||
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
|
|
||||||
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
|
|
||||||
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
|
|
||||||
.ui-icon-arrow-1-n { background-position: 0 -32px; }
|
|
||||||
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
|
|
||||||
.ui-icon-arrow-1-e { background-position: -32px -32px; }
|
|
||||||
.ui-icon-arrow-1-se { background-position: -48px -32px; }
|
|
||||||
.ui-icon-arrow-1-s { background-position: -65px -32px; }
|
|
||||||
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
|
|
||||||
.ui-icon-arrow-1-w { background-position: -96px -32px; }
|
|
||||||
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
|
|
||||||
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
|
|
||||||
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
|
|
||||||
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
|
|
||||||
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
|
|
||||||
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
|
|
||||||
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
|
|
||||||
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
|
|
||||||
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
|
|
||||||
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
|
|
||||||
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
|
|
||||||
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
|
|
||||||
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
|
|
||||||
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
|
|
||||||
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
|
|
||||||
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
|
|
||||||
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
|
|
||||||
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
|
|
||||||
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
|
|
||||||
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
|
|
||||||
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
|
|
||||||
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
|
|
||||||
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
|
|
||||||
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
|
|
||||||
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
|
|
||||||
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
|
|
||||||
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
|
|
||||||
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
|
|
||||||
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
|
|
||||||
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
|
|
||||||
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
|
|
||||||
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
|
|
||||||
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
|
|
||||||
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
|
|
||||||
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
|
|
||||||
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
|
|
||||||
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
|
|
||||||
.ui-icon-arrow-4 { background-position: 0 -80px; }
|
|
||||||
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
|
|
||||||
.ui-icon-extlink { background-position: -32px -80px; }
|
|
||||||
.ui-icon-newwin { background-position: -48px -80px; }
|
|
||||||
.ui-icon-refresh { background-position: -64px -80px; }
|
|
||||||
.ui-icon-shuffle { background-position: -80px -80px; }
|
|
||||||
.ui-icon-transfer-e-w { background-position: -96px -80px; }
|
|
||||||
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
|
|
||||||
.ui-icon-folder-collapsed { background-position: 0 -96px; }
|
|
||||||
.ui-icon-folder-open { background-position: -16px -96px; }
|
|
||||||
.ui-icon-document { background-position: -32px -96px; }
|
|
||||||
.ui-icon-document-b { background-position: -48px -96px; }
|
|
||||||
.ui-icon-note { background-position: -64px -96px; }
|
|
||||||
.ui-icon-mail-closed { background-position: -80px -96px; }
|
|
||||||
.ui-icon-mail-open { background-position: -96px -96px; }
|
|
||||||
.ui-icon-suitcase { background-position: -112px -96px; }
|
|
||||||
.ui-icon-comment { background-position: -128px -96px; }
|
|
||||||
.ui-icon-person { background-position: -144px -96px; }
|
|
||||||
.ui-icon-print { background-position: -160px -96px; }
|
|
||||||
.ui-icon-trash { background-position: -176px -96px; }
|
|
||||||
.ui-icon-locked { background-position: -192px -96px; }
|
|
||||||
.ui-icon-unlocked { background-position: -208px -96px; }
|
|
||||||
.ui-icon-bookmark { background-position: -224px -96px; }
|
|
||||||
.ui-icon-tag { background-position: -240px -96px; }
|
|
||||||
.ui-icon-home { background-position: 0 -112px; }
|
|
||||||
.ui-icon-flag { background-position: -16px -112px; }
|
|
||||||
.ui-icon-calendar { background-position: -32px -112px; }
|
|
||||||
.ui-icon-cart { background-position: -48px -112px; }
|
|
||||||
.ui-icon-pencil { background-position: -64px -112px; }
|
|
||||||
.ui-icon-clock { background-position: -80px -112px; }
|
|
||||||
.ui-icon-disk { background-position: -96px -112px; }
|
|
||||||
.ui-icon-calculator { background-position: -112px -112px; }
|
|
||||||
.ui-icon-zoomin { background-position: -128px -112px; }
|
|
||||||
.ui-icon-zoomout { background-position: -144px -112px; }
|
|
||||||
.ui-icon-search { background-position: -160px -112px; }
|
|
||||||
.ui-icon-wrench { background-position: -176px -112px; }
|
|
||||||
.ui-icon-gear { background-position: -192px -112px; }
|
|
||||||
.ui-icon-heart { background-position: -208px -112px; }
|
|
||||||
.ui-icon-star { background-position: -224px -112px; }
|
|
||||||
.ui-icon-link { background-position: -240px -112px; }
|
|
||||||
.ui-icon-cancel { background-position: 0 -128px; }
|
|
||||||
.ui-icon-plus { background-position: -16px -128px; }
|
|
||||||
.ui-icon-plusthick { background-position: -32px -128px; }
|
|
||||||
.ui-icon-minus { background-position: -48px -128px; }
|
|
||||||
.ui-icon-minusthick { background-position: -64px -128px; }
|
|
||||||
.ui-icon-close { background-position: -80px -128px; }
|
|
||||||
.ui-icon-closethick { background-position: -96px -128px; }
|
|
||||||
.ui-icon-key { background-position: -112px -128px; }
|
|
||||||
.ui-icon-lightbulb { background-position: -128px -128px; }
|
|
||||||
.ui-icon-scissors { background-position: -144px -128px; }
|
|
||||||
.ui-icon-clipboard { background-position: -160px -128px; }
|
|
||||||
.ui-icon-copy { background-position: -176px -128px; }
|
|
||||||
.ui-icon-contact { background-position: -192px -128px; }
|
|
||||||
.ui-icon-image { background-position: -208px -128px; }
|
|
||||||
.ui-icon-video { background-position: -224px -128px; }
|
|
||||||
.ui-icon-script { background-position: -240px -128px; }
|
|
||||||
.ui-icon-alert { background-position: 0 -144px; }
|
|
||||||
.ui-icon-info { background-position: -16px -144px; }
|
|
||||||
.ui-icon-notice { background-position: -32px -144px; }
|
|
||||||
.ui-icon-help { background-position: -48px -144px; }
|
|
||||||
.ui-icon-check { background-position: -64px -144px; }
|
|
||||||
.ui-icon-bullet { background-position: -80px -144px; }
|
|
||||||
.ui-icon-radio-on { background-position: -96px -144px; }
|
|
||||||
.ui-icon-radio-off { background-position: -112px -144px; }
|
|
||||||
.ui-icon-pin-w { background-position: -128px -144px; }
|
|
||||||
.ui-icon-pin-s { background-position: -144px -144px; }
|
|
||||||
.ui-icon-play { background-position: 0 -160px; }
|
|
||||||
.ui-icon-pause { background-position: -16px -160px; }
|
|
||||||
.ui-icon-seek-next { background-position: -32px -160px; }
|
|
||||||
.ui-icon-seek-prev { background-position: -48px -160px; }
|
|
||||||
.ui-icon-seek-end { background-position: -64px -160px; }
|
|
||||||
.ui-icon-seek-start { background-position: -80px -160px; }
|
|
||||||
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
|
||||||
.ui-icon-seek-first { background-position: -80px -160px; }
|
|
||||||
.ui-icon-stop { background-position: -96px -160px; }
|
|
||||||
.ui-icon-eject { background-position: -112px -160px; }
|
|
||||||
.ui-icon-volume-off { background-position: -128px -160px; }
|
|
||||||
.ui-icon-volume-on { background-position: -144px -160px; }
|
|
||||||
.ui-icon-power { background-position: 0 -176px; }
|
|
||||||
.ui-icon-signal-diag { background-position: -16px -176px; }
|
|
||||||
.ui-icon-signal { background-position: -32px -176px; }
|
|
||||||
.ui-icon-battery-0 { background-position: -48px -176px; }
|
|
||||||
.ui-icon-battery-1 { background-position: -64px -176px; }
|
|
||||||
.ui-icon-battery-2 { background-position: -80px -176px; }
|
|
||||||
.ui-icon-battery-3 { background-position: -96px -176px; }
|
|
||||||
.ui-icon-circle-plus { background-position: 0 -192px; }
|
|
||||||
.ui-icon-circle-minus { background-position: -16px -192px; }
|
|
||||||
.ui-icon-circle-close { background-position: -32px -192px; }
|
|
||||||
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
|
|
||||||
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
|
|
||||||
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
|
|
||||||
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
|
|
||||||
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
|
|
||||||
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
|
|
||||||
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
|
|
||||||
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
|
|
||||||
.ui-icon-circle-zoomin { background-position: -176px -192px; }
|
|
||||||
.ui-icon-circle-zoomout { background-position: -192px -192px; }
|
|
||||||
.ui-icon-circle-check { background-position: -208px -192px; }
|
|
||||||
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
|
|
||||||
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
|
|
||||||
.ui-icon-circlesmall-close { background-position: -32px -208px; }
|
|
||||||
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
|
|
||||||
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
|
|
||||||
.ui-icon-squaresmall-close { background-position: -80px -208px; }
|
|
||||||
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
|
|
||||||
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
|
|
||||||
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
|
|
||||||
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
|
|
||||||
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
|
|
||||||
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
|
|
||||||
|
|
||||||
|
|
||||||
/* Misc visuals
|
|
||||||
----------------------------------*/
|
|
||||||
|
|
||||||
/* Corner radius */
|
|
||||||
.ui-corner-all,
|
|
||||||
.ui-corner-top,
|
|
||||||
.ui-corner-left,
|
|
||||||
.ui-corner-tl {
|
|
||||||
border-top-left-radius: 4px;
|
|
||||||
}
|
|
||||||
.ui-corner-all,
|
|
||||||
.ui-corner-top,
|
|
||||||
.ui-corner-right,
|
|
||||||
.ui-corner-tr {
|
|
||||||
border-top-right-radius: 4px;
|
|
||||||
}
|
|
||||||
.ui-corner-all,
|
|
||||||
.ui-corner-bottom,
|
|
||||||
.ui-corner-left,
|
|
||||||
.ui-corner-bl {
|
|
||||||
border-bottom-left-radius: 4px;
|
|
||||||
}
|
|
||||||
.ui-corner-all,
|
|
||||||
.ui-corner-bottom,
|
|
||||||
.ui-corner-right,
|
|
||||||
.ui-corner-br {
|
|
||||||
border-bottom-right-radius: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Overlays */
|
|
||||||
.ui-widget-overlay {
|
|
||||||
background: #aaaaaa;
|
|
||||||
opacity: .3;
|
|
||||||
filter: Alpha(Opacity=30); /* support: IE8 */
|
|
||||||
}
|
|
||||||
.ui-widget-shadow {
|
|
||||||
-webkit-box-shadow: -8px -8px 8px #aaaaaa;
|
|
||||||
box-shadow: -8px -8px 8px #aaaaaa;
|
|
||||||
}
|
|
||||||
@@ -1,156 +0,0 @@
|
|||||||
/*!
|
|
||||||
* jQuery UI CSS Framework 1.12.1
|
|
||||||
* http://jqueryui.com
|
|
||||||
*
|
|
||||||
* Copyright jQuery Foundation and other contributors
|
|
||||||
* Released under the MIT license.
|
|
||||||
* http://jquery.org/license
|
|
||||||
*
|
|
||||||
* http://api.jqueryui.com/category/theming/
|
|
||||||
*/
|
|
||||||
/* Layout helpers
|
|
||||||
----------------------------------*/
|
|
||||||
.ui-helper-hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.ui-helper-hidden-accessible {
|
|
||||||
border: 0;
|
|
||||||
clip: rect(0 0 0 0);
|
|
||||||
height: 1px;
|
|
||||||
margin: -1px;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0;
|
|
||||||
position: absolute;
|
|
||||||
width: 1px;
|
|
||||||
}
|
|
||||||
.ui-helper-reset {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border: 0;
|
|
||||||
outline: 0;
|
|
||||||
line-height: 1.3;
|
|
||||||
text-decoration: none;
|
|
||||||
font-size: 100%;
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
.ui-helper-clearfix:before,
|
|
||||||
.ui-helper-clearfix:after {
|
|
||||||
content: "";
|
|
||||||
display: table;
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
||||||
.ui-helper-clearfix:after {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
.ui-helper-zfix {
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
opacity: 0;
|
|
||||||
filter:Alpha(Opacity=0); /* support: IE8 */
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-front {
|
|
||||||
z-index: 100;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Interaction Cues
|
|
||||||
----------------------------------*/
|
|
||||||
.ui-state-disabled {
|
|
||||||
cursor: default !important;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Icons
|
|
||||||
----------------------------------*/
|
|
||||||
.ui-icon {
|
|
||||||
display: inline-block;
|
|
||||||
vertical-align: middle;
|
|
||||||
margin-top: -.25em;
|
|
||||||
position: relative;
|
|
||||||
text-indent: -99999px;
|
|
||||||
overflow: hidden;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ui-widget-icon-block {
|
|
||||||
left: 50%;
|
|
||||||
margin-left: -8px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Misc visuals
|
|
||||||
----------------------------------*/
|
|
||||||
|
|
||||||
/* Overlays */
|
|
||||||
.ui-widget-overlay {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
.ui-autocomplete {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
.ui-menu {
|
|
||||||
list-style: none;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
display: block;
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
.ui-menu .ui-menu {
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.ui-menu .ui-menu-item {
|
|
||||||
margin: 0;
|
|
||||||
cursor: pointer;
|
|
||||||
/* support: IE10, see #8844 */
|
|
||||||
list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
|
|
||||||
}
|
|
||||||
.ui-menu .ui-menu-item-wrapper {
|
|
||||||
position: relative;
|
|
||||||
padding: 3px 1em 3px .4em;
|
|
||||||
}
|
|
||||||
.ui-menu .ui-menu-divider {
|
|
||||||
margin: 5px 0;
|
|
||||||
height: 0;
|
|
||||||
font-size: 0;
|
|
||||||
line-height: 0;
|
|
||||||
border-width: 1px 0 0 0;
|
|
||||||
}
|
|
||||||
.ui-menu .ui-state-focus,
|
|
||||||
.ui-menu .ui-state-active {
|
|
||||||
margin: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* icon support */
|
|
||||||
.ui-menu-icons {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.ui-menu-icons .ui-menu-item-wrapper {
|
|
||||||
padding-left: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* left-aligned */
|
|
||||||
.ui-menu .ui-icon {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: .2em;
|
|
||||||
margin: auto 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* right-aligned */
|
|
||||||
.ui-menu .ui-menu-icon {
|
|
||||||
left: auto;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
/*! jQuery UI - v1.12.1 - 2018-12-06
|
|
||||||
* http://jqueryui.com
|
|
||||||
* Copyright jQuery Foundation and other contributors; Licensed MIT */
|
|
||||||
|
|
||||||
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}
|
|
||||||
@@ -1,56 +0,0 @@
|
|||||||
/*!
|
|
||||||
|
|
||||||
JSZipUtils - A collection of cross-browser utilities to go along with JSZip.
|
|
||||||
<http://stuk.github.io/jszip-utils>
|
|
||||||
|
|
||||||
(c) 2014 Stuart Knightley, David Duponchel
|
|
||||||
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip-utils/master/LICENSE.markdown.
|
|
||||||
|
|
||||||
*/
|
|
||||||
;(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
|
|
||||||
var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {};/* jshint evil: true, newcap: false */
|
|
||||||
/* global IEBinaryToArray_ByteStr, IEBinaryToArray_ByteStr_Last */
|
|
||||||
"use strict";
|
|
||||||
|
|
||||||
// Adapted from http://stackoverflow.com/questions/1095102/how-do-i-load-binary-image-data-using-javascript-and-xmlhttprequest
|
|
||||||
var IEBinaryToArray_ByteStr_Script =
|
|
||||||
"<!-- IEBinaryToArray_ByteStr -->\r\n"+
|
|
||||||
"<script type='text/vbscript'>\r\n"+
|
|
||||||
"Function IEBinaryToArray_ByteStr(Binary)\r\n"+
|
|
||||||
" IEBinaryToArray_ByteStr = CStr(Binary)\r\n"+
|
|
||||||
"End Function\r\n"+
|
|
||||||
"Function IEBinaryToArray_ByteStr_Last(Binary)\r\n"+
|
|
||||||
" Dim lastIndex\r\n"+
|
|
||||||
" lastIndex = LenB(Binary)\r\n"+
|
|
||||||
" if lastIndex mod 2 Then\r\n"+
|
|
||||||
" IEBinaryToArray_ByteStr_Last = Chr( AscB( MidB( Binary, lastIndex, 1 ) ) )\r\n"+
|
|
||||||
" Else\r\n"+
|
|
||||||
" IEBinaryToArray_ByteStr_Last = "+'""'+"\r\n"+
|
|
||||||
" End If\r\n"+
|
|
||||||
"End Function\r\n"+
|
|
||||||
"</script>\r\n";
|
|
||||||
|
|
||||||
// inject VBScript
|
|
||||||
document.write(IEBinaryToArray_ByteStr_Script);
|
|
||||||
|
|
||||||
global.JSZipUtils._getBinaryFromXHR = function (xhr) {
|
|
||||||
var binary = xhr.responseBody;
|
|
||||||
var byteMapping = {};
|
|
||||||
for ( var i = 0; i < 256; i++ ) {
|
|
||||||
for ( var j = 0; j < 256; j++ ) {
|
|
||||||
byteMapping[ String.fromCharCode( i + (j << 8) ) ] =
|
|
||||||
String.fromCharCode(i) + String.fromCharCode(j);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
var rawBytes = IEBinaryToArray_ByteStr(binary);
|
|
||||||
var lastChr = IEBinaryToArray_ByteStr_Last(binary);
|
|
||||||
return rawBytes.replace(/[\s\S]/g, function( match ) {
|
|
||||||
return byteMapping[match];
|
|
||||||
}) + lastChr;
|
|
||||||
};
|
|
||||||
|
|
||||||
// enforcing Stuk's coding style
|
|
||||||
// vim: set shiftwidth=4 softtabstop=4:
|
|
||||||
|
|
||||||
},{}]},{},[1])
|
|
||||||
;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
/*!
|
|
||||||
|
|
||||||
JSZipUtils - A collection of cross-browser utilities to go along with JSZip.
|
|
||||||
<http://stuk.github.io/jszip-utils>
|
|
||||||
|
|
||||||
(c) 2014 Stuart Knightley, David Duponchel
|
|
||||||
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip-utils/master/LICENSE.markdown.
|
|
||||||
|
|
||||||
*/
|
|
||||||
!function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);throw new Error("Cannot find module '"+g+"'")}var j=c[g]={exports:{}};b[g][0].call(j.exports,function(a){var c=b[g][1][a];return e(c?c:a)},j,j.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g<d.length;g++)e(d[g]);return e}({1:[function(){var a="undefined"!=typeof self?self:"undefined"!=typeof window?window:{},b="<!-- IEBinaryToArray_ByteStr -->\r\n<script type='text/vbscript'>\r\nFunction IEBinaryToArray_ByteStr(Binary)\r\n IEBinaryToArray_ByteStr = CStr(Binary)\r\nEnd Function\r\nFunction IEBinaryToArray_ByteStr_Last(Binary)\r\n Dim lastIndex\r\n lastIndex = LenB(Binary)\r\n if lastIndex mod 2 Then\r\n IEBinaryToArray_ByteStr_Last = Chr( AscB( MidB( Binary, lastIndex, 1 ) ) )\r\n Else\r\n IEBinaryToArray_ByteStr_Last = \"\"\r\n End If\r\nEnd Function\r\n</script>\r\n";document.write(b),a.JSZipUtils._getBinaryFromXHR=function(a){for(var b=a.responseBody,c={},d=0;256>d;d++)for(var e=0;256>e;e++)c[String.fromCharCode(d+(e<<8))]=String.fromCharCode(d)+String.fromCharCode(e);var f=IEBinaryToArray_ByteStr(b),g=IEBinaryToArray_ByteStr_Last(b);return f.replace(/[\s\S]/g,function(a){return c[a]})+g}},{}]},{},[1]);
|
|
||||||
@@ -1,118 +0,0 @@
|
|||||||
/*!
|
|
||||||
|
|
||||||
JSZipUtils - A collection of cross-browser utilities to go along with JSZip.
|
|
||||||
<http://stuk.github.io/jszip-utils>
|
|
||||||
|
|
||||||
(c) 2014 Stuart Knightley, David Duponchel
|
|
||||||
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip-utils/master/LICENSE.markdown.
|
|
||||||
|
|
||||||
*/
|
|
||||||
!function(e){"object"==typeof exports?module.exports=e():"function"==typeof define&&define.amd?define(e):"undefined"!=typeof window?window.JSZipUtils=e():"undefined"!=typeof global?global.JSZipUtils=e():"undefined"!=typeof self&&(self.JSZipUtils=e())}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
|
|
||||||
'use strict';
|
|
||||||
|
|
||||||
var JSZipUtils = {};
|
|
||||||
// just use the responseText with xhr1, response with xhr2.
|
|
||||||
// The transformation doesn't throw away high-order byte (with responseText)
|
|
||||||
// because JSZip handles that case. If not used with JSZip, you may need to
|
|
||||||
// do it, see https://developer.mozilla.org/En/Using_XMLHttpRequest#Handling_binary_data
|
|
||||||
JSZipUtils._getBinaryFromXHR = function (xhr) {
|
|
||||||
// for xhr.responseText, the 0xFF mask is applied by JSZip
|
|
||||||
return xhr.response || xhr.responseText;
|
|
||||||
};
|
|
||||||
|
|
||||||
// taken from jQuery
|
|
||||||
function createStandardXHR() {
|
|
||||||
try {
|
|
||||||
return new window.XMLHttpRequest();
|
|
||||||
} catch( e ) {}
|
|
||||||
}
|
|
||||||
|
|
||||||
function createActiveXHR() {
|
|
||||||
try {
|
|
||||||
return new window.ActiveXObject("Microsoft.XMLHTTP");
|
|
||||||
} catch( e ) {}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Create the request object
|
|
||||||
var createXHR = window.ActiveXObject ?
|
|
||||||
/* Microsoft failed to properly
|
|
||||||
* implement the XMLHttpRequest in IE7 (can't request local files),
|
|
||||||
* so we use the ActiveXObject when it is available
|
|
||||||
* Additionally XMLHttpRequest can be disabled in IE7/IE8 so
|
|
||||||
* we need a fallback.
|
|
||||||
*/
|
|
||||||
function() {
|
|
||||||
return createStandardXHR() || createActiveXHR();
|
|
||||||
} :
|
|
||||||
// For all other browsers, use the standard XMLHttpRequest object
|
|
||||||
createStandardXHR;
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
JSZipUtils.getBinaryContent = function(path, callback) {
|
|
||||||
/*
|
|
||||||
* Here is the tricky part : getting the data.
|
|
||||||
* In firefox/chrome/opera/... setting the mimeType to 'text/plain; charset=x-user-defined'
|
|
||||||
* is enough, the result is in the standard xhr.responseText.
|
|
||||||
* cf https://developer.mozilla.org/En/XMLHttpRequest/Using_XMLHttpRequest#Receiving_binary_data_in_older_browsers
|
|
||||||
* In IE <= 9, we must use (the IE only) attribute responseBody
|
|
||||||
* (for binary data, its content is different from responseText).
|
|
||||||
* In IE 10, the 'charset=x-user-defined' trick doesn't work, only the
|
|
||||||
* responseType will work :
|
|
||||||
* http://msdn.microsoft.com/en-us/library/ie/hh673569%28v=vs.85%29.aspx#Binary_Object_upload_and_download
|
|
||||||
*
|
|
||||||
* I'd like to use jQuery to avoid this XHR madness, but it doesn't support
|
|
||||||
* the responseType attribute : http://bugs.jquery.com/ticket/11461
|
|
||||||
*/
|
|
||||||
try {
|
|
||||||
|
|
||||||
var xhr = createXHR();
|
|
||||||
|
|
||||||
xhr.open('GET', path, true);
|
|
||||||
|
|
||||||
// recent browsers
|
|
||||||
if ("responseType" in xhr) {
|
|
||||||
xhr.responseType = "arraybuffer";
|
|
||||||
}
|
|
||||||
|
|
||||||
// older browser
|
|
||||||
if(xhr.overrideMimeType) {
|
|
||||||
xhr.overrideMimeType("text/plain; charset=x-user-defined");
|
|
||||||
}
|
|
||||||
|
|
||||||
xhr.onreadystatechange = function(evt) {
|
|
||||||
var file, err;
|
|
||||||
// use `xhr` and not `this`... thanks IE
|
|
||||||
if (xhr.readyState === 4) {
|
|
||||||
if (xhr.status === 200 || xhr.status === 0) {
|
|
||||||
file = null;
|
|
||||||
err = null;
|
|
||||||
try {
|
|
||||||
file = JSZipUtils._getBinaryFromXHR(xhr);
|
|
||||||
} catch(e) {
|
|
||||||
err = new Error(e);
|
|
||||||
}
|
|
||||||
callback(err, file);
|
|
||||||
} else {
|
|
||||||
callback(new Error("Ajax error for " + path + " : " + this.status + " " + this.statusText), null);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
xhr.send();
|
|
||||||
|
|
||||||
} catch (e) {
|
|
||||||
callback(new Error(e), null);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
// export
|
|
||||||
module.exports = JSZipUtils;
|
|
||||||
|
|
||||||
// enforcing Stuk's coding style
|
|
||||||
// vim: set shiftwidth=4 softtabstop=4:
|
|
||||||
|
|
||||||
},{}]},{},[1])
|
|
||||||
(1)
|
|
||||||
});
|
|
||||||
;
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
/*!
|
|
||||||
|
|
||||||
JSZipUtils - A collection of cross-browser utilities to go along with JSZip.
|
|
||||||
<http://stuk.github.io/jszip-utils>
|
|
||||||
|
|
||||||
(c) 2014 Stuart Knightley, David Duponchel
|
|
||||||
Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip-utils/master/LICENSE.markdown.
|
|
||||||
|
|
||||||
*/
|
|
||||||
!function(a){"object"==typeof exports?module.exports=a():"function"==typeof define&&define.amd?define(a):"undefined"!=typeof window?window.JSZipUtils=a():"undefined"!=typeof global?global.JSZipUtils=a():"undefined"!=typeof self&&(self.JSZipUtils=a())}(function(){return function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);throw new Error("Cannot find module '"+g+"'")}var j=c[g]={exports:{}};b[g][0].call(j.exports,function(a){var c=b[g][1][a];return e(c?c:a)},j,j.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g<d.length;g++)e(d[g]);return e}({1:[function(a,b){"use strict";function c(){try{return new window.XMLHttpRequest}catch(a){}}function d(){try{return new window.ActiveXObject("Microsoft.XMLHTTP")}catch(a){}}var e={};e._getBinaryFromXHR=function(a){return a.response||a.responseText};var f=window.ActiveXObject?function(){return c()||d()}:c;e.getBinaryContent=function(a,b){try{var c=f();c.open("GET",a,!0),"responseType"in c&&(c.responseType="arraybuffer"),c.overrideMimeType&&c.overrideMimeType("text/plain; charset=x-user-defined"),c.onreadystatechange=function(){var d,f;if(4===c.readyState)if(200===c.status||0===c.status){d=null,f=null;try{d=e._getBinaryFromXHR(c)}catch(g){f=new Error(g)}b(f,d)}else b(new Error("Ajax error for "+a+" : "+this.status+" "+this.statusText),null)},c.send()}catch(d){b(new Error(d),null)}},b.exports=e},{}]},{},[1])(1)});
|
|
||||||
@@ -1,166 +0,0 @@
|
|||||||
<!DOCTYPE HTML>
|
|
||||||
<!-- NewPage -->
|
|
||||||
<html lang="zh">
|
|
||||||
<head>
|
|
||||||
<!-- Generated by javadoc (11.0.11) on Sun Feb 06 19:06:54 UTC 2022 -->
|
|
||||||
<title>Class Hierarchy (GithubReleases4J 1.3.1 API)</title>
|
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
||||||
<meta name="dc.created" content="2022-02-06">
|
|
||||||
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
|
|
||||||
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
|
|
||||||
<script type="text/javascript" src="script.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
|
|
||||||
<!--[if IE]>
|
|
||||||
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
|
|
||||||
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
try {
|
|
||||||
if (location.href.indexOf('is-external=true') == -1) {
|
|
||||||
parent.document.title="Class Hierarchy (GithubReleases4J 1.3.1 API)";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
catch(err) {
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
var pathtoroot = "./";
|
|
||||||
var useModuleDirectories = true;
|
|
||||||
loadScripts(document, 'script');</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
<header role="banner">
|
|
||||||
<nav role="navigation">
|
|
||||||
<div class="fixedNav">
|
|
||||||
<!-- ========= START OF TOP NAVBAR ======= -->
|
|
||||||
<div class="topNav"><a id="navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.top.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li>Package</li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li class="navBarCell1Rev">Tree</li>
|
|
||||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="index-all.html">Index</a></li>
|
|
||||||
<li><a href="help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_top">
|
|
||||||
<li><a href="allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<ul class="navListSearch">
|
|
||||||
<li><label for="search">SEARCH:</label>
|
|
||||||
<input type="text" id="search" value="search" disabled="disabled">
|
|
||||||
<input type="reset" id="reset" value="reset" disabled="disabled">
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_top");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.top">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ========= END OF TOP NAVBAR ========= -->
|
|
||||||
</div>
|
|
||||||
<div class="navPadding"> </div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<main role="main">
|
|
||||||
<div class="header">
|
|
||||||
<h1 class="title">Hierarchy For All Packages</h1>
|
|
||||||
<span class="packageHierarchyLabel">Package Hierarchies:</span>
|
|
||||||
<ul class="horizontal">
|
|
||||||
<li><a href="cc/carm/lib/githubreleases4j/package-tree.html">cc.carm.lib.githubreleases4j</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="contentContainer">
|
|
||||||
<section role="region">
|
|
||||||
<h2 title="Class Hierarchy">Class Hierarchy</h2>
|
|
||||||
<ul>
|
|
||||||
<li class="circle">java.lang.Object
|
|
||||||
<ul>
|
|
||||||
<li class="circle">cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubAsset.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GithubAsset</span></a></li>
|
|
||||||
<li class="circle">cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GitHubHttpUtils.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GitHubHttpUtils</span></a></li>
|
|
||||||
<li class="circle">cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubRelease.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GithubRelease</span></a></li>
|
|
||||||
<li class="circle">cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubReleases4J.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GithubReleases4J</span></a></li>
|
|
||||||
<li class="circle">cc.carm.lib.githubreleases4j.<a href="cc/carm/lib/githubreleases4j/GithubUser.html" title="class in cc.carm.lib.githubreleases4j"><span class="typeNameLink">GithubUser</span></a></li>
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</section>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
<footer role="contentinfo">
|
|
||||||
<nav role="navigation">
|
|
||||||
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
|
||||||
<div class="bottomNav"><a id="navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
|
|
||||||
<a id="navbar.bottom.firstrow">
|
|
||||||
<!-- -->
|
|
||||||
</a>
|
|
||||||
<ul class="navList" title="Navigation">
|
|
||||||
<li>Package</li>
|
|
||||||
<li>Class</li>
|
|
||||||
<li>Use</li>
|
|
||||||
<li class="navBarCell1Rev">Tree</li>
|
|
||||||
<li><a href="deprecated-list.html">Deprecated</a></li>
|
|
||||||
<li><a href="index-all.html">Index</a></li>
|
|
||||||
<li><a href="help-doc.html">Help</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
<div class="subNav">
|
|
||||||
<ul class="navList" id="allclasses_navbar_bottom">
|
|
||||||
<li><a href="allclasses.html">All Classes</a></li>
|
|
||||||
</ul>
|
|
||||||
<div>
|
|
||||||
<script type="text/javascript"><!--
|
|
||||||
allClassesLink = document.getElementById("allclasses_navbar_bottom");
|
|
||||||
if(window==top) {
|
|
||||||
allClassesLink.style.display = "block";
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
allClassesLink.style.display = "none";
|
|
||||||
}
|
|
||||||
//-->
|
|
||||||
</script>
|
|
||||||
<noscript>
|
|
||||||
<div>JavaScript is disabled on your browser.</div>
|
|
||||||
</noscript>
|
|
||||||
</div>
|
|
||||||
<a id="skip.navbar.bottom">
|
|
||||||
<!-- -->
|
|
||||||
</a></div>
|
|
||||||
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
|
||||||
</nav>
|
|
||||||
<p class="legalCopy"><small>Copyright © 2022. All rights reserved.</small></p>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
packageSearchIndex = [{"l":"All Packages","url":"allpackages-index.html"},{"l":"cc.carm.lib.githubreleases4j"}]
|
|
||||||
@@ -0,0 +1,268 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||||
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
|
<properties>
|
||||||
|
<java.version>8</java.version>
|
||||||
|
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||||
|
<maven.compiler.target>${java.version}</maven.compiler.target>
|
||||||
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
|
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
|
||||||
|
</properties>
|
||||||
|
|
||||||
|
<groupId>cc.carm.lib</groupId>
|
||||||
|
<artifactId>githubreleases4j</artifactId>
|
||||||
|
<version>1.3.2</version>
|
||||||
|
|
||||||
|
<name>GithubReleases4J</name>
|
||||||
|
<description>Github Releases for Java</description>
|
||||||
|
<url>https://github.com/CarmJos/GithubReleases4J</url>
|
||||||
|
|
||||||
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<id>CarmJos</id>
|
||||||
|
<name>Carm Jos</name>
|
||||||
|
<email>carm@carm.cc</email>
|
||||||
|
<url>https://www.carm.cc</url>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
|
||||||
|
<licenses>
|
||||||
|
<license>
|
||||||
|
<name>The MIT License</name>
|
||||||
|
<url>https://opensource.org/licenses/MIT</url>
|
||||||
|
</license>
|
||||||
|
</licenses>
|
||||||
|
|
||||||
|
<issueManagement>
|
||||||
|
<system>GitHub Issues</system>
|
||||||
|
<url>https://github.com/CarmJos/GithubReleases4J/issues</url>
|
||||||
|
</issueManagement>
|
||||||
|
|
||||||
|
<ciManagement>
|
||||||
|
<system>GitHub Actions</system>
|
||||||
|
<url>https://github.com/CarmJos/GithubReleases4J/actions/workflows/maven.yml</url>
|
||||||
|
</ciManagement>
|
||||||
|
|
||||||
|
<distributionManagement>
|
||||||
|
<downloadUrl>https://github.com/CarmJos/GithubReleases4J/releases</downloadUrl>
|
||||||
|
<site>
|
||||||
|
<id>gh-pages</id>
|
||||||
|
<name>Github Pages</name>
|
||||||
|
<url>https://CarmJos.github.io/GithubReleases4J</url>
|
||||||
|
</site>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:https://github.com/CarmJos/GithubReleases4J.git</connection>
|
||||||
|
<developerConnection>scm:git:ssh://github.com/CarmJos/GithubReleases4J.git</developerConnection>
|
||||||
|
<url>https://github.com/CarmJos/GithubReleases4J</url>
|
||||||
|
<tag>HEAD</tag>
|
||||||
|
</scm>
|
||||||
|
|
||||||
|
<repositories>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>carm-repo</id>
|
||||||
|
<name>Carm's Repo</name>
|
||||||
|
<url>https://repo.carm.cc/repository/maven-public/</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>central</id>
|
||||||
|
<url>https://repo1.maven.org/maven2/</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>sonatype</id>
|
||||||
|
<url>https://oss.sonatype.org/content/groups/public</url>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>github</id>
|
||||||
|
<name>GitHub Packages</name>
|
||||||
|
<url>https://maven.pkg.github.com/CarmJos/*</url>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
|
||||||
|
</repositories>
|
||||||
|
|
||||||
|
<dependencies>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.json</groupId>
|
||||||
|
<artifactId>json</artifactId>
|
||||||
|
<version>20250517</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jetbrains</groupId>
|
||||||
|
<artifactId>annotations</artifactId>
|
||||||
|
<version>26.1.0</version>
|
||||||
|
<scope>provided</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
<dependency>
|
||||||
|
<groupId>junit</groupId>
|
||||||
|
<artifactId>junit</artifactId>
|
||||||
|
<version>4.13.2</version>
|
||||||
|
<scope>test</scope>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
|
</dependencies>
|
||||||
|
|
||||||
|
<build>
|
||||||
|
<plugins>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-surefire-plugin</artifactId>
|
||||||
|
<version>3.5.6</version>
|
||||||
|
<configuration>
|
||||||
|
<useSystemClassLoader>false</useSystemClassLoader>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-gpg-plugin</artifactId>
|
||||||
|
<version>3.2.8</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>sign-artifacts</id>
|
||||||
|
<phase>verify</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>sign</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
<configuration>
|
||||||
|
<gpgArguments>
|
||||||
|
<arg>--pinentry-mode</arg>
|
||||||
|
<arg>loopback</arg>
|
||||||
|
</gpgArguments>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-javadoc-plugin</artifactId>
|
||||||
|
<version>3.12.0</version>
|
||||||
|
<configuration>
|
||||||
|
<classifier>javadoc</classifier>
|
||||||
|
<links>
|
||||||
|
<link>https://javadoc.io/doc/org.jetbrains/annotations/</link>
|
||||||
|
</links>
|
||||||
|
<detectJavaApiLink>false</detectJavaApiLink>
|
||||||
|
<encoding>UTF-8</encoding>
|
||||||
|
<charset>UTF-8</charset>
|
||||||
|
<docencoding>UTF-8</docencoding>
|
||||||
|
<locale>zh_CN</locale>
|
||||||
|
</configuration>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<id>attach-javadocs</id>
|
||||||
|
<goals>
|
||||||
|
<goal>jar</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-compiler-plugin</artifactId>
|
||||||
|
<version>3.15.0</version>
|
||||||
|
<configuration>
|
||||||
|
<source>${java.version}</source>
|
||||||
|
<target>${java.version}</target>
|
||||||
|
<encoding>UTF-8</encoding>
|
||||||
|
<compilerArgument>-parameters</compilerArgument>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-jar-plugin</artifactId>
|
||||||
|
<version>3.5.0</version>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-source-plugin</artifactId>
|
||||||
|
<version>3.4.0</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<phase>package</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>jar-no-fork</goal>
|
||||||
|
</goals>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.apache.maven.plugins</groupId>
|
||||||
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
|
<version>3.6.2</version>
|
||||||
|
<executions>
|
||||||
|
<execution>
|
||||||
|
<phase>package</phase>
|
||||||
|
<goals>
|
||||||
|
<goal>shade</goal>
|
||||||
|
</goals>
|
||||||
|
<configuration>
|
||||||
|
<createDependencyReducedPom>false</createDependencyReducedPom>
|
||||||
|
</configuration>
|
||||||
|
</execution>
|
||||||
|
</executions>
|
||||||
|
<configuration>
|
||||||
|
<filters>
|
||||||
|
<filter>
|
||||||
|
<artifact>*:*</artifact>
|
||||||
|
<excludes>
|
||||||
|
<exclude>META-INF/MANIFEST.MF</exclude>
|
||||||
|
<exclude>META-INF/*.txt</exclude>
|
||||||
|
</excludes>
|
||||||
|
</filter>
|
||||||
|
</filters>
|
||||||
|
</configuration>
|
||||||
|
</plugin>
|
||||||
|
</plugins>
|
||||||
|
<resources>
|
||||||
|
<resource>
|
||||||
|
<directory>src/main/resources</directory>
|
||||||
|
<filtering>true</filtering>
|
||||||
|
</resource>
|
||||||
|
</resources>
|
||||||
|
</build>
|
||||||
|
|
||||||
|
<profiles>
|
||||||
|
|
||||||
|
<profile>
|
||||||
|
<id>ossrh</id>
|
||||||
|
<distributionManagement>
|
||||||
|
<snapshotRepository>
|
||||||
|
<id>ossrh</id>
|
||||||
|
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
|
||||||
|
<repository>
|
||||||
|
<id>ossrh</id>
|
||||||
|
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
</profile>
|
||||||
|
|
||||||
|
<profile>
|
||||||
|
<id>github</id>
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
<id>github</id>
|
||||||
|
<name>GitHub Packages</name>
|
||||||
|
<url>https://maven.pkg.github.com/CarmJos/GithubReleases4J</url>
|
||||||
|
</repository>
|
||||||
|
</distributionManagement>
|
||||||
|
</profile>
|
||||||
|
|
||||||
|
</profiles>
|
||||||
|
|
||||||
|
|
||||||
|
</project>
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": [
|
||||||
|
"config:recommended"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 499 B |
|
Before Width: | Height: | Size: 394 B |
@@ -1,149 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2013, 2018, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation. Oracle designates this
|
|
||||||
* particular file as subject to the "Classpath" exception as provided
|
|
||||||
* by Oracle in the LICENSE file that accompanied this code.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
var moduleSearchIndex;
|
|
||||||
var packageSearchIndex;
|
|
||||||
var typeSearchIndex;
|
|
||||||
var memberSearchIndex;
|
|
||||||
var tagSearchIndex;
|
|
||||||
function loadScripts(doc, tag) {
|
|
||||||
createElem(doc, tag, 'jquery/jszip/dist/jszip.js');
|
|
||||||
createElem(doc, tag, 'jquery/jszip-utils/dist/jszip-utils.js');
|
|
||||||
if (window.navigator.userAgent.indexOf('MSIE ') > 0 || window.navigator.userAgent.indexOf('Trident/') > 0 ||
|
|
||||||
window.navigator.userAgent.indexOf('Edge/') > 0) {
|
|
||||||
createElem(doc, tag, 'jquery/jszip-utils/dist/jszip-utils-ie.js');
|
|
||||||
}
|
|
||||||
createElem(doc, tag, 'search.js');
|
|
||||||
|
|
||||||
$.get(pathtoroot + "module-search-index.zip")
|
|
||||||
.done(function() {
|
|
||||||
JSZipUtils.getBinaryContent(pathtoroot + "module-search-index.zip", function(e, data) {
|
|
||||||
JSZip.loadAsync(data).then(function(zip){
|
|
||||||
zip.file("module-search-index.json").async("text").then(function(content){
|
|
||||||
moduleSearchIndex = JSON.parse(content);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
$.get(pathtoroot + "package-search-index.zip")
|
|
||||||
.done(function() {
|
|
||||||
JSZipUtils.getBinaryContent(pathtoroot + "package-search-index.zip", function(e, data) {
|
|
||||||
JSZip.loadAsync(data).then(function(zip){
|
|
||||||
zip.file("package-search-index.json").async("text").then(function(content){
|
|
||||||
packageSearchIndex = JSON.parse(content);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
$.get(pathtoroot + "type-search-index.zip")
|
|
||||||
.done(function() {
|
|
||||||
JSZipUtils.getBinaryContent(pathtoroot + "type-search-index.zip", function(e, data) {
|
|
||||||
JSZip.loadAsync(data).then(function(zip){
|
|
||||||
zip.file("type-search-index.json").async("text").then(function(content){
|
|
||||||
typeSearchIndex = JSON.parse(content);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
$.get(pathtoroot + "member-search-index.zip")
|
|
||||||
.done(function() {
|
|
||||||
JSZipUtils.getBinaryContent(pathtoroot + "member-search-index.zip", function(e, data) {
|
|
||||||
JSZip.loadAsync(data).then(function(zip){
|
|
||||||
zip.file("member-search-index.json").async("text").then(function(content){
|
|
||||||
memberSearchIndex = JSON.parse(content);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
$.get(pathtoroot + "tag-search-index.zip")
|
|
||||||
.done(function() {
|
|
||||||
JSZipUtils.getBinaryContent(pathtoroot + "tag-search-index.zip", function(e, data) {
|
|
||||||
JSZip.loadAsync(data).then(function(zip){
|
|
||||||
zip.file("tag-search-index.json").async("text").then(function(content){
|
|
||||||
tagSearchIndex = JSON.parse(content);
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
});
|
|
||||||
if (!moduleSearchIndex) {
|
|
||||||
createElem(doc, tag, 'module-search-index.js');
|
|
||||||
}
|
|
||||||
if (!packageSearchIndex) {
|
|
||||||
createElem(doc, tag, 'package-search-index.js');
|
|
||||||
}
|
|
||||||
if (!typeSearchIndex) {
|
|
||||||
createElem(doc, tag, 'type-search-index.js');
|
|
||||||
}
|
|
||||||
if (!memberSearchIndex) {
|
|
||||||
createElem(doc, tag, 'member-search-index.js');
|
|
||||||
}
|
|
||||||
if (!tagSearchIndex) {
|
|
||||||
createElem(doc, tag, 'tag-search-index.js');
|
|
||||||
}
|
|
||||||
$(window).resize(function() {
|
|
||||||
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
function createElem(doc, tag, path) {
|
|
||||||
var script = doc.createElement(tag);
|
|
||||||
var scriptElement = doc.getElementsByTagName(tag)[0];
|
|
||||||
script.src = pathtoroot + path;
|
|
||||||
scriptElement.parentNode.insertBefore(script, scriptElement);
|
|
||||||
}
|
|
||||||
|
|
||||||
function show(type) {
|
|
||||||
count = 0;
|
|
||||||
for (var key in data) {
|
|
||||||
var row = document.getElementById(key);
|
|
||||||
if ((data[key] & type) !== 0) {
|
|
||||||
row.style.display = '';
|
|
||||||
row.className = (count++ % 2) ? rowColor : altColor;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
row.style.display = 'none';
|
|
||||||
}
|
|
||||||
updateTabs(type);
|
|
||||||
}
|
|
||||||
|
|
||||||
function updateTabs(type) {
|
|
||||||
for (var value in tabs) {
|
|
||||||
var sNode = document.getElementById(tabs[value][0]);
|
|
||||||
var spanNode = sNode.firstChild;
|
|
||||||
if (value == type) {
|
|
||||||
sNode.className = activeTableTab;
|
|
||||||
spanNode.innerHTML = tabs[value][1];
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
sNode.className = tableTab;
|
|
||||||
spanNode.innerHTML = "<a href=\"javascript:show("+ value + ");\">" + tabs[value][1] + "</a>";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
function updateModuleFrame(pFrame, cFrame) {
|
|
||||||
top.packageFrame.location = pFrame;
|
|
||||||
top.classFrame.location = cFrame;
|
|
||||||
}
|
|
||||||
@@ -1,326 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
|
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
||||||
*
|
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms of the GNU General Public License version 2 only, as
|
|
||||||
* published by the Free Software Foundation. Oracle designates this
|
|
||||||
* particular file as subject to the "Classpath" exception as provided
|
|
||||||
* by Oracle in the LICENSE file that accompanied this code.
|
|
||||||
*
|
|
||||||
* This code is distributed in the hope that it will be useful, but WITHOUT
|
|
||||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
||||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
||||||
* version 2 for more details (a copy is included in the LICENSE file that
|
|
||||||
* accompanied this code).
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License version
|
|
||||||
* 2 along with this work; if not, write to the Free Software Foundation,
|
|
||||||
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
||||||
*
|
|
||||||
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
||||||
* or visit www.oracle.com if you need additional information or have any
|
|
||||||
* questions.
|
|
||||||
*/
|
|
||||||
|
|
||||||
var noResult = {l: "No results found"};
|
|
||||||
var catModules = "Modules";
|
|
||||||
var catPackages = "Packages";
|
|
||||||
var catTypes = "Types";
|
|
||||||
var catMembers = "Members";
|
|
||||||
var catSearchTags = "SearchTags";
|
|
||||||
var highlight = "<span class=\"resultHighlight\">$&</span>";
|
|
||||||
var camelCaseRegexp = "";
|
|
||||||
var secondaryMatcher = "";
|
|
||||||
function getHighlightedText(item) {
|
|
||||||
var ccMatcher = new RegExp(camelCaseRegexp);
|
|
||||||
var label = item.replace(ccMatcher, highlight);
|
|
||||||
if (label === item) {
|
|
||||||
label = item.replace(secondaryMatcher, highlight);
|
|
||||||
}
|
|
||||||
return label;
|
|
||||||
}
|
|
||||||
function getURLPrefix(ui) {
|
|
||||||
var urlPrefix="";
|
|
||||||
if (useModuleDirectories) {
|
|
||||||
var slash = "/";
|
|
||||||
if (ui.item.category === catModules) {
|
|
||||||
return ui.item.l + slash;
|
|
||||||
} else if (ui.item.category === catPackages && ui.item.m) {
|
|
||||||
return ui.item.m + slash;
|
|
||||||
} else if ((ui.item.category === catTypes && ui.item.p) || ui.item.category === catMembers) {
|
|
||||||
$.each(packageSearchIndex, function(index, item) {
|
|
||||||
if (ui.item.p == item.l) {
|
|
||||||
urlPrefix = item.m + slash;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
return urlPrefix;
|
|
||||||
} else {
|
|
||||||
return urlPrefix;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return urlPrefix;
|
|
||||||
}
|
|
||||||
var watermark = 'Search';
|
|
||||||
$(function() {
|
|
||||||
$("#search").val('');
|
|
||||||
$("#search").prop("disabled", false);
|
|
||||||
$("#reset").prop("disabled", false);
|
|
||||||
$("#search").val(watermark).addClass('watermark');
|
|
||||||
$("#search").blur(function() {
|
|
||||||
if ($(this).val().length == 0) {
|
|
||||||
$(this).val(watermark).addClass('watermark');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
$("#search").on('click keydown', function() {
|
|
||||||
if ($(this).val() == watermark) {
|
|
||||||
$(this).val('').removeClass('watermark');
|
|
||||||
}
|
|
||||||
});
|
|
||||||
$("#reset").click(function() {
|
|
||||||
$("#search").val('');
|
|
||||||
$("#search").focus();
|
|
||||||
});
|
|
||||||
$("#search").focus();
|
|
||||||
$("#search")[0].setSelectionRange(0, 0);
|
|
||||||
});
|
|
||||||
$.widget("custom.catcomplete", $.ui.autocomplete, {
|
|
||||||
_create: function() {
|
|
||||||
this._super();
|
|
||||||
this.widget().menu("option", "items", "> :not(.ui-autocomplete-category)");
|
|
||||||
},
|
|
||||||
_renderMenu: function(ul, items) {
|
|
||||||
var rMenu = this,
|
|
||||||
currentCategory = "";
|
|
||||||
rMenu.menu.bindings = $();
|
|
||||||
$.each(items, function(index, item) {
|
|
||||||
var li;
|
|
||||||
if (item.l !== noResult.l && item.category !== currentCategory) {
|
|
||||||
ul.append("<li class=\"ui-autocomplete-category\">" + item.category + "</li>");
|
|
||||||
currentCategory = item.category;
|
|
||||||
}
|
|
||||||
li = rMenu._renderItemData(ul, item);
|
|
||||||
if (item.category) {
|
|
||||||
li.attr("aria-label", item.category + " : " + item.l);
|
|
||||||
li.attr("class", "resultItem");
|
|
||||||
} else {
|
|
||||||
li.attr("aria-label", item.l);
|
|
||||||
li.attr("class", "resultItem");
|
|
||||||
}
|
|
||||||
});
|
|
||||||
},
|
|
||||||
_renderItem: function(ul, item) {
|
|
||||||
var label = "";
|
|
||||||
if (item.category === catModules) {
|
|
||||||
label = getHighlightedText(item.l);
|
|
||||||
} else if (item.category === catPackages) {
|
|
||||||
label = (item.m)
|
|
||||||
? getHighlightedText(item.m + "/" + item.l)
|
|
||||||
: getHighlightedText(item.l);
|
|
||||||
} else if (item.category === catTypes) {
|
|
||||||
label = (item.p)
|
|
||||||
? getHighlightedText(item.p + "." + item.l)
|
|
||||||
: getHighlightedText(item.l);
|
|
||||||
} else if (item.category === catMembers) {
|
|
||||||
label = getHighlightedText(item.p + "." + (item.c + "." + item.l));
|
|
||||||
} else if (item.category === catSearchTags) {
|
|
||||||
label = getHighlightedText(item.l);
|
|
||||||
} else {
|
|
||||||
label = item.l;
|
|
||||||
}
|
|
||||||
var li = $("<li/>").appendTo(ul);
|
|
||||||
var div = $("<div/>").appendTo(li);
|
|
||||||
if (item.category === catSearchTags) {
|
|
||||||
if (item.d) {
|
|
||||||
div.html(label + "<span class=\"searchTagHolderResult\"> (" + item.h + ")</span><br><span class=\"searchTagDescResult\">"
|
|
||||||
+ item.d + "</span><br>");
|
|
||||||
} else {
|
|
||||||
div.html(label + "<span class=\"searchTagHolderResult\"> (" + item.h + ")</span>");
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
div.html(label);
|
|
||||||
}
|
|
||||||
return li;
|
|
||||||
}
|
|
||||||
});
|
|
||||||
$(function() {
|
|
||||||
$("#search").catcomplete({
|
|
||||||
minLength: 1,
|
|
||||||
delay: 100,
|
|
||||||
source: function(request, response) {
|
|
||||||
var result = new Array();
|
|
||||||
var presult = new Array();
|
|
||||||
var tresult = new Array();
|
|
||||||
var mresult = new Array();
|
|
||||||
var tgresult = new Array();
|
|
||||||
var secondaryresult = new Array();
|
|
||||||
var displayCount = 0;
|
|
||||||
var exactMatcher = new RegExp("^" + $.ui.autocomplete.escapeRegex(request.term) + "$", "i");
|
|
||||||
camelCaseRegexp = ($.ui.autocomplete.escapeRegex(request.term)).split(/(?=[A-Z])/).join("([a-z0-9_$]*?)");
|
|
||||||
var camelCaseMatcher = new RegExp("^" + camelCaseRegexp);
|
|
||||||
secondaryMatcher = new RegExp($.ui.autocomplete.escapeRegex(request.term), "i");
|
|
||||||
|
|
||||||
// Return the nested innermost name from the specified object
|
|
||||||
function nestedName(e) {
|
|
||||||
return e.l.substring(e.l.lastIndexOf(".") + 1);
|
|
||||||
}
|
|
||||||
|
|
||||||
function concatResults(a1, a2) {
|
|
||||||
a1 = a1.concat(a2);
|
|
||||||
a2.length = 0;
|
|
||||||
return a1;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (moduleSearchIndex) {
|
|
||||||
var mdleCount = 0;
|
|
||||||
$.each(moduleSearchIndex, function(index, item) {
|
|
||||||
item.category = catModules;
|
|
||||||
if (exactMatcher.test(item.l)) {
|
|
||||||
result.push(item);
|
|
||||||
mdleCount++;
|
|
||||||
} else if (camelCaseMatcher.test(item.l)) {
|
|
||||||
result.push(item);
|
|
||||||
} else if (secondaryMatcher.test(item.l)) {
|
|
||||||
secondaryresult.push(item);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
displayCount = mdleCount;
|
|
||||||
result = concatResults(result, secondaryresult);
|
|
||||||
}
|
|
||||||
if (packageSearchIndex) {
|
|
||||||
var pCount = 0;
|
|
||||||
var pkg = "";
|
|
||||||
$.each(packageSearchIndex, function(index, item) {
|
|
||||||
item.category = catPackages;
|
|
||||||
pkg = (item.m)
|
|
||||||
? (item.m + "/" + item.l)
|
|
||||||
: item.l;
|
|
||||||
if (exactMatcher.test(item.l)) {
|
|
||||||
presult.push(item);
|
|
||||||
pCount++;
|
|
||||||
} else if (camelCaseMatcher.test(pkg)) {
|
|
||||||
presult.push(item);
|
|
||||||
} else if (secondaryMatcher.test(pkg)) {
|
|
||||||
secondaryresult.push(item);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
result = result.concat(concatResults(presult, secondaryresult));
|
|
||||||
displayCount = (pCount > displayCount) ? pCount : displayCount;
|
|
||||||
}
|
|
||||||
if (typeSearchIndex) {
|
|
||||||
var tCount = 0;
|
|
||||||
$.each(typeSearchIndex, function(index, item) {
|
|
||||||
item.category = catTypes;
|
|
||||||
var s = nestedName(item);
|
|
||||||
if (exactMatcher.test(s)) {
|
|
||||||
tresult.push(item);
|
|
||||||
tCount++;
|
|
||||||
} else if (camelCaseMatcher.test(s)) {
|
|
||||||
tresult.push(item);
|
|
||||||
} else if (secondaryMatcher.test(item.p + "." + item.l)) {
|
|
||||||
secondaryresult.push(item);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
result = result.concat(concatResults(tresult, secondaryresult));
|
|
||||||
displayCount = (tCount > displayCount) ? tCount : displayCount;
|
|
||||||
}
|
|
||||||
if (memberSearchIndex) {
|
|
||||||
var mCount = 0;
|
|
||||||
$.each(memberSearchIndex, function(index, item) {
|
|
||||||
item.category = catMembers;
|
|
||||||
var s = nestedName(item);
|
|
||||||
if (exactMatcher.test(s)) {
|
|
||||||
mresult.push(item);
|
|
||||||
mCount++;
|
|
||||||
} else if (camelCaseMatcher.test(s)) {
|
|
||||||
mresult.push(item);
|
|
||||||
} else if (secondaryMatcher.test(item.c + "." + item.l)) {
|
|
||||||
secondaryresult.push(item);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
result = result.concat(concatResults(mresult, secondaryresult));
|
|
||||||
displayCount = (mCount > displayCount) ? mCount : displayCount;
|
|
||||||
}
|
|
||||||
if (tagSearchIndex) {
|
|
||||||
var tgCount = 0;
|
|
||||||
$.each(tagSearchIndex, function(index, item) {
|
|
||||||
item.category = catSearchTags;
|
|
||||||
if (exactMatcher.test(item.l)) {
|
|
||||||
tgresult.push(item);
|
|
||||||
tgCount++;
|
|
||||||
} else if (secondaryMatcher.test(item.l)) {
|
|
||||||
secondaryresult.push(item);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
result = result.concat(concatResults(tgresult, secondaryresult));
|
|
||||||
displayCount = (tgCount > displayCount) ? tgCount : displayCount;
|
|
||||||
}
|
|
||||||
displayCount = (displayCount > 500) ? displayCount : 500;
|
|
||||||
var counter = function() {
|
|
||||||
var count = {Modules: 0, Packages: 0, Types: 0, Members: 0, SearchTags: 0};
|
|
||||||
var f = function(item) {
|
|
||||||
count[item.category] += 1;
|
|
||||||
return (count[item.category] <= displayCount);
|
|
||||||
};
|
|
||||||
return f;
|
|
||||||
}();
|
|
||||||
response(result.filter(counter));
|
|
||||||
},
|
|
||||||
response: function(event, ui) {
|
|
||||||
if (!ui.content.length) {
|
|
||||||
ui.content.push(noResult);
|
|
||||||
} else {
|
|
||||||
$("#search").empty();
|
|
||||||
}
|
|
||||||
},
|
|
||||||
autoFocus: true,
|
|
||||||
position: {
|
|
||||||
collision: "flip"
|
|
||||||
},
|
|
||||||
select: function(event, ui) {
|
|
||||||
if (ui.item.l !== noResult.l) {
|
|
||||||
var url = getURLPrefix(ui);
|
|
||||||
if (ui.item.category === catModules) {
|
|
||||||
if (useModuleDirectories) {
|
|
||||||
url += "module-summary.html";
|
|
||||||
} else {
|
|
||||||
url = ui.item.l + "-summary.html";
|
|
||||||
}
|
|
||||||
} else if (ui.item.category === catPackages) {
|
|
||||||
if (ui.item.url) {
|
|
||||||
url = ui.item.url;
|
|
||||||
} else {
|
|
||||||
url += ui.item.l.replace(/\./g, '/') + "/package-summary.html";
|
|
||||||
}
|
|
||||||
} else if (ui.item.category === catTypes) {
|
|
||||||
if (ui.item.url) {
|
|
||||||
url = ui.item.url;
|
|
||||||
} else if (ui.item.p === "<Unnamed>") {
|
|
||||||
url += ui.item.l + ".html";
|
|
||||||
} else {
|
|
||||||
url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.l + ".html";
|
|
||||||
}
|
|
||||||
} else if (ui.item.category === catMembers) {
|
|
||||||
if (ui.item.p === "<Unnamed>") {
|
|
||||||
url += ui.item.c + ".html" + "#";
|
|
||||||
} else {
|
|
||||||
url += ui.item.p.replace(/\./g, '/') + "/" + ui.item.c + ".html" + "#";
|
|
||||||
}
|
|
||||||
if (ui.item.url) {
|
|
||||||
url += ui.item.url;
|
|
||||||
} else {
|
|
||||||
url += ui.item.l;
|
|
||||||
}
|
|
||||||
} else if (ui.item.category === catSearchTags) {
|
|
||||||
url += ui.item.u;
|
|
||||||
}
|
|
||||||
if (top !== window) {
|
|
||||||
parent.classFrame.location = pathtoroot + url;
|
|
||||||
} else {
|
|
||||||
window.location.href = pathtoroot + url;
|
|
||||||
}
|
|
||||||
$("#search").focus();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
});
|
|
||||||
@@ -1,91 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/allclasses-index.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/allclasses.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/allpackages-index.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/constant-values.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/deprecated-list.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/help-doc.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/index-all.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/overview-tree.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/cc/carm/lib/githubreleases4j/GitHubHttpUtils.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/cc/carm/lib/githubreleases4j/GithubAsset.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/cc/carm/lib/githubreleases4j/GithubRelease.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/cc/carm/lib/githubreleases4j/GithubReleases4J.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/cc/carm/lib/githubreleases4j/GithubUser.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/cc/carm/lib/githubreleases4j/package-summary.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/cc/carm/lib/githubreleases4j/package-tree.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/cc/carm/lib/githubreleases4j/package-use.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/cc/carm/lib/githubreleases4j/class-use/GitHubHttpUtils.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/cc/carm/lib/githubreleases4j/class-use/GithubAsset.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/cc/carm/lib/githubreleases4j/class-use/GithubRelease.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/cc/carm/lib/githubreleases4j/class-use/GithubReleases4J.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
|
||||||
<loc>https://carmjos.github.io/GithubReleases4J/cc/carm/lib/githubreleases4j/class-use/GithubUser.html</loc>
|
|
||||||
<lastmod>2022-02-06T19:07:17+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
</urlset>
|
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
package cc.carm.lib.githubreleases4j;
|
||||||
|
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
import org.json.JSONArray;
|
||||||
|
import org.json.JSONObject;
|
||||||
|
|
||||||
|
import java.io.*;
|
||||||
|
import java.net.URL;
|
||||||
|
import java.net.URLConnection;
|
||||||
|
import java.nio.charset.StandardCharsets;
|
||||||
|
import java.nio.file.CopyOption;
|
||||||
|
import java.nio.file.Files;
|
||||||
|
import java.nio.file.Path;
|
||||||
|
import java.nio.file.Paths;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
|
||||||
|
public class GitHubHttpUtils {
|
||||||
|
|
||||||
|
private GitHubHttpUtils() {
|
||||||
|
// Should not be the instance or use by other codes.
|
||||||
|
}
|
||||||
|
|
||||||
|
private static URLConnection createConnection(@NotNull String httpURL, @Nullable String token) throws IOException {
|
||||||
|
URL url = new URL(httpURL);
|
||||||
|
|
||||||
|
URLConnection conn = url.openConnection();
|
||||||
|
conn.setRequestProperty("User-Agent", "GithubReleases4J");
|
||||||
|
conn.setRequestProperty("Accept", "application/vnd.github.v3+json");
|
||||||
|
|
||||||
|
if (token != null) conn.setRequestProperty("Authorization", "token " + token);
|
||||||
|
|
||||||
|
return conn;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static String getResponse(@NotNull String httpURL, @Nullable String token) throws IOException {
|
||||||
|
URLConnection connection = createConnection(httpURL, token);
|
||||||
|
InputStream in = connection.getInputStream();
|
||||||
|
|
||||||
|
BufferedReader reader = new BufferedReader(new InputStreamReader(in, StandardCharsets.UTF_8));
|
||||||
|
String response = reader.lines().collect(Collectors.joining(System.lineSeparator()));
|
||||||
|
reader.close();
|
||||||
|
|
||||||
|
return response;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
protected static JSONObject getObject(@NotNull String httpURL, @Nullable String token) throws IOException {
|
||||||
|
return new JSONObject(getResponse(httpURL, token));
|
||||||
|
}
|
||||||
|
|
||||||
|
protected static JSONArray getArray(@NotNull String httpURL, String token) throws IOException {
|
||||||
|
return new JSONArray(getResponse(httpURL, token));
|
||||||
|
}
|
||||||
|
|
||||||
|
protected static File download(@NotNull String httpURL, @Nullable String token,
|
||||||
|
@NotNull String path, CopyOption... copyOptions) throws IOException {
|
||||||
|
Path target = Paths.get(path);
|
||||||
|
|
||||||
|
URLConnection connection = createConnection(httpURL, token);
|
||||||
|
InputStream in = connection.getInputStream();
|
||||||
|
|
||||||
|
Files.copy(in, target, copyOptions);
|
||||||
|
in.close();
|
||||||
|
|
||||||
|
return target.toFile();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,122 @@
|
|||||||
|
package cc.carm.lib.githubreleases4j;
|
||||||
|
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
import org.json.JSONObject;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.nio.file.CopyOption;
|
||||||
|
import java.util.Date;
|
||||||
|
import java.util.Optional;
|
||||||
|
|
||||||
|
public class GithubAsset {
|
||||||
|
|
||||||
|
|
||||||
|
protected static GithubAsset of(@NotNull GithubRelease source, @NotNull JSONObject contents) {
|
||||||
|
return new GithubAsset(source, contents);
|
||||||
|
}
|
||||||
|
|
||||||
|
private final @NotNull GithubRelease source;
|
||||||
|
private final @NotNull JSONObject contents;
|
||||||
|
|
||||||
|
private GithubAsset(@NotNull GithubRelease source, @NotNull JSONObject contents) {
|
||||||
|
this.source = source;
|
||||||
|
this.contents = contents;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected @NotNull GithubRelease getSource() {
|
||||||
|
return source;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected @NotNull JSONObject getContents() {
|
||||||
|
return contents;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getID() {
|
||||||
|
return getContents().getInt("id");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getURL() {
|
||||||
|
return getContents().getString("url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getBrowserDownloadURL() {
|
||||||
|
return getContents().getString("browser_download_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getNodeID() {
|
||||||
|
return getContents().getString("node_id");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getName() {
|
||||||
|
return getContents().getString("name");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getLabel() {
|
||||||
|
return getContents().getString("label");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getState() {
|
||||||
|
return getContents().getString("state");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getContentType() {
|
||||||
|
return getContents().getString("content_type");
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getSize() {
|
||||||
|
return getContents().getInt("size");
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getDownloadCount() {
|
||||||
|
return getContents().getInt("download_count");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @Nullable Date getCreateTime() {
|
||||||
|
return GithubReleases4J.parseDate(getContents().getString("created_at"));
|
||||||
|
}
|
||||||
|
|
||||||
|
public @Nullable Date getUpdateTime() {
|
||||||
|
return GithubReleases4J.parseDate(getContents().getString("updated_at"));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Download this asset to current path with original name.
|
||||||
|
*
|
||||||
|
* @param options Copy options e.g. {@link java.nio.file.StandardCopyOption}
|
||||||
|
* @return Downloaded file.
|
||||||
|
* @throws IOException Throws when has any io exception
|
||||||
|
*/
|
||||||
|
public File download(@NotNull CopyOption... options) throws IOException {
|
||||||
|
return GitHubHttpUtils.download(getBrowserDownloadURL(), getSource().getAuthToken(), getName(), options);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Download this asset with provided path and name.
|
||||||
|
*
|
||||||
|
* @param path target path with file suffix , e.g. "cache/build.zip"
|
||||||
|
* @param options Copy options e.g. {@link java.nio.file.StandardCopyOption}
|
||||||
|
* @return Downloaded file.
|
||||||
|
* @throws IOException Throws when has any io exception
|
||||||
|
*/
|
||||||
|
public File download(@NotNull String path, @NotNull CopyOption... options) throws IOException {
|
||||||
|
return GitHubHttpUtils.download(getBrowserDownloadURL(), getSource().getAuthToken(), path, options);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the uploader of this asset.
|
||||||
|
*
|
||||||
|
* @return The author user {@link GithubUser}
|
||||||
|
*/
|
||||||
|
public GithubUser getUploader() {
|
||||||
|
return Optional.ofNullable(getContents().getJSONObject("uploader"))
|
||||||
|
.map(GithubUser::of)
|
||||||
|
.orElse(null);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return getContents().toString();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,161 @@
|
|||||||
|
package cc.carm.lib.githubreleases4j;
|
||||||
|
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
import org.json.JSONArray;
|
||||||
|
import org.json.JSONObject;
|
||||||
|
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Date;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
import java.util.stream.IntStream;
|
||||||
|
|
||||||
|
public class GithubRelease {
|
||||||
|
|
||||||
|
protected static @NotNull GithubRelease of(@NotNull String owner, @NotNull String repository,
|
||||||
|
@Nullable String token,
|
||||||
|
@NotNull JSONObject contents) {
|
||||||
|
return new GithubRelease(owner, repository, token, contents);
|
||||||
|
}
|
||||||
|
|
||||||
|
protected static @NotNull GithubRelease of(@NotNull String owner, @NotNull String repository,
|
||||||
|
@NotNull JSONObject contents) {
|
||||||
|
return of(owner, repository, null, contents);
|
||||||
|
}
|
||||||
|
|
||||||
|
public final @NotNull String owner;
|
||||||
|
public final @NotNull String repository;
|
||||||
|
protected @Nullable String authToken;
|
||||||
|
|
||||||
|
private final @NotNull JSONObject contents;
|
||||||
|
|
||||||
|
protected GithubRelease(@NotNull String owner, @NotNull String repository,
|
||||||
|
@Nullable String authToken, @NotNull JSONObject contents) {
|
||||||
|
this.owner = owner;
|
||||||
|
this.repository = repository;
|
||||||
|
this.authToken = authToken;
|
||||||
|
|
||||||
|
this.contents = contents;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected @NotNull JSONObject getContents() {
|
||||||
|
return contents;
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getOwner() {
|
||||||
|
return owner;
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getRepository() {
|
||||||
|
return repository;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected @Nullable String getAuthToken() {
|
||||||
|
return authToken;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void setAuthToken(@Nullable String authToken) {
|
||||||
|
this.authToken = authToken;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getID() {
|
||||||
|
return getContents().getInt("id");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getTagName() {
|
||||||
|
return getContents().getString("tag_name");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getName() {
|
||||||
|
return getContents().getString("name");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getBody() {
|
||||||
|
return getContents().getString("body");
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isDraft() {
|
||||||
|
return getContents().getBoolean("draft");
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isPrerelease() {
|
||||||
|
return getContents().getBoolean("prerelease");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @Nullable Date getCreateTime() {
|
||||||
|
return GithubReleases4J.parseDate(getContents().getString("created_at"));
|
||||||
|
}
|
||||||
|
|
||||||
|
public @Nullable Date getPublishTime() {
|
||||||
|
return GithubReleases4J.parseDate(getContents().getString("published_at"));
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getNodeID() {
|
||||||
|
return getContents().getString("node_id");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public @NotNull String getTagCommitIsh() {
|
||||||
|
return getContents().getString("target_commitish");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
public @NotNull String getURL() {
|
||||||
|
return getContents().getString("url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getHTMLUrl() {
|
||||||
|
return getContents().getString("html_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getAssetsURL() {
|
||||||
|
return getContents().getString("assets_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getUploadURL() {
|
||||||
|
return getContents().getString("upload_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getTarballURL() {
|
||||||
|
return getContents().getString("tarball_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public String getZipBallURL() {
|
||||||
|
return getContents().getString("zipball_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @Nullable String getDiscussionURL() {
|
||||||
|
return getContents().getString("discussion_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the author of this release.
|
||||||
|
*
|
||||||
|
* @return The author user {@link GithubUser}
|
||||||
|
*/
|
||||||
|
public @NotNull GithubUser getAuthor() {
|
||||||
|
return GithubUser.of(getContents().getJSONObject("author"));
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the assets of this release.
|
||||||
|
*
|
||||||
|
* @return {@link GithubAsset}
|
||||||
|
*/
|
||||||
|
public @NotNull List<GithubAsset> getAssets() {
|
||||||
|
JSONArray assetsArray = getContents().getJSONArray("assets");
|
||||||
|
if (assetsArray == null) return new ArrayList<>();
|
||||||
|
return IntStream.range(0, assetsArray.length())
|
||||||
|
.mapToObj(assetsArray::getJSONObject)
|
||||||
|
.map(assetsJSON -> GithubAsset.of(this, assetsJSON))
|
||||||
|
.collect(Collectors.toList());
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return getContents().toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,234 @@
|
|||||||
|
package cc.carm.lib.githubreleases4j;
|
||||||
|
|
||||||
|
import org.jetbrains.annotations.Contract;
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
import org.json.JSONArray;
|
||||||
|
import org.json.JSONObject;
|
||||||
|
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.text.SimpleDateFormat;
|
||||||
|
import java.util.ArrayList;
|
||||||
|
import java.util.Date;
|
||||||
|
import java.util.List;
|
||||||
|
import java.util.stream.Collectors;
|
||||||
|
import java.util.stream.IntStream;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GitHub Releases for Java
|
||||||
|
* <br>To provide an easy way to fetch updates and download assets.
|
||||||
|
* <br>Based on <a href="https://docs.github.com/cn/rest/reference/releases">GitHub REST API (Releases)</a> .
|
||||||
|
*
|
||||||
|
* @author CarmJos
|
||||||
|
*/
|
||||||
|
public class GithubReleases4J {
|
||||||
|
|
||||||
|
private GithubReleases4J() {
|
||||||
|
// Should not be the instance.
|
||||||
|
}
|
||||||
|
|
||||||
|
public static String GITHUB_URL = "https://github.com";
|
||||||
|
public static String GITHUB_API_URL = "https://api.github.com";
|
||||||
|
public static SimpleDateFormat GH_TIME_FORMAT = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'");
|
||||||
|
|
||||||
|
/**
|
||||||
|
* List repository's current existing releases.
|
||||||
|
*
|
||||||
|
* @param owner Repository's Owner
|
||||||
|
* @param repository Repository's Name
|
||||||
|
* @param token OAuth Access Token
|
||||||
|
* <br> Necessary when this repository is private.
|
||||||
|
* @return {@link GithubRelease}
|
||||||
|
*/
|
||||||
|
public static @NotNull List<GithubRelease> listReleases(@NotNull String owner, @NotNull String repository,
|
||||||
|
@Nullable String token) {
|
||||||
|
try {
|
||||||
|
JSONArray releasesArray = GitHubHttpUtils.getArray(buildURL(
|
||||||
|
"%s/repos/%s/%s/releases", GITHUB_API_URL, owner, repository
|
||||||
|
), token);
|
||||||
|
|
||||||
|
return IntStream.range(0, releasesArray.length())
|
||||||
|
.mapToObj(releasesArray::getJSONObject)
|
||||||
|
.map(releaseJSON -> GithubRelease.of(owner, repository, token, releaseJSON))
|
||||||
|
.collect(Collectors.toList());
|
||||||
|
} catch (IOException e) {
|
||||||
|
return new ArrayList<>();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* List a public repository's current existing releases.
|
||||||
|
*
|
||||||
|
* @param owner Repository's Owner
|
||||||
|
* @param repository Repository's Name
|
||||||
|
* @return {@link GithubRelease}
|
||||||
|
*/
|
||||||
|
public static @NotNull List<GithubRelease> listReleases(@NotNull String owner, @NotNull String repository) {
|
||||||
|
return listReleases(owner, repository, null);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get a repository's release by the id .
|
||||||
|
*
|
||||||
|
* @param owner Repository's Owner
|
||||||
|
* @param repository Repository's Name
|
||||||
|
* @param releaseID Release ID
|
||||||
|
* @param token OAuth Access Token
|
||||||
|
* <br> Necessary when this repository is private.
|
||||||
|
* @return {@link GithubRelease}
|
||||||
|
*/
|
||||||
|
public static @Nullable GithubRelease getRelease(@NotNull String owner, @NotNull String repository,
|
||||||
|
@NotNull String releaseID, @Nullable String token) {
|
||||||
|
|
||||||
|
try {
|
||||||
|
JSONObject releaseJSON = GitHubHttpUtils.getObject(buildURL(
|
||||||
|
"%s/repos/%s/%s/releases/%s", GITHUB_API_URL, owner, repository, releaseID
|
||||||
|
), token);
|
||||||
|
|
||||||
|
return GithubRelease.of(owner, repository, token, releaseJSON);
|
||||||
|
} catch (IOException e) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get a public repository's release by the id .
|
||||||
|
*
|
||||||
|
* @param owner Repository's Owner
|
||||||
|
* @param repository Repository's Name
|
||||||
|
* @param releaseID Release ID
|
||||||
|
* @return {@link GithubRelease}
|
||||||
|
*/
|
||||||
|
public static @Nullable GithubRelease getRelease(@NotNull String owner, @NotNull String repository,
|
||||||
|
@NotNull String releaseID) {
|
||||||
|
return getRelease(owner, repository, releaseID, null);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get a repository's release by the tag name .
|
||||||
|
*
|
||||||
|
* @param owner Repository's Owner
|
||||||
|
* @param repository Repository's Name
|
||||||
|
* @param tagName Release Tag Name
|
||||||
|
* @param token OAuth Access Token
|
||||||
|
* <br> Necessary when this repository is private.
|
||||||
|
* @return {@link GithubRelease}
|
||||||
|
*/
|
||||||
|
public static @Nullable GithubRelease getReleaseByTag(@NotNull String owner, @NotNull String repository,
|
||||||
|
@NotNull String tagName, @Nullable String token) {
|
||||||
|
return getRelease(owner, repository, "tags/" + tagName, token);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get a public repository's release by the tag name .
|
||||||
|
*
|
||||||
|
* @param owner Repository's Owner
|
||||||
|
* @param repository Repository's Name
|
||||||
|
* @param tagName Release Tag Name
|
||||||
|
* @return {@link GithubRelease}
|
||||||
|
*/
|
||||||
|
public static @Nullable GithubRelease getReleaseByTag(@NotNull String owner, @NotNull String repository,
|
||||||
|
@NotNull String tagName) {
|
||||||
|
return getReleaseByTag(owner, repository, tagName, null);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get a repository's latest release.
|
||||||
|
*
|
||||||
|
* @param owner Repository's Owner
|
||||||
|
* @param repository Repository's Name
|
||||||
|
* @param token OAuth Access Token
|
||||||
|
* <br> Necessary when this repository is private.
|
||||||
|
* @return {@link GithubRelease}
|
||||||
|
*/
|
||||||
|
public static @Nullable GithubRelease getLatestRelease(@NotNull String owner, @NotNull String repository,
|
||||||
|
@Nullable String token) {
|
||||||
|
return getRelease(owner, repository, "latest", token);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get a public repository's latest release.
|
||||||
|
*
|
||||||
|
* @param owner Repository's Owner
|
||||||
|
* @param repository Repository's Name
|
||||||
|
* @return {@link GithubRelease}
|
||||||
|
*/
|
||||||
|
public static @Nullable GithubRelease getLatestRelease(@NotNull String owner, @NotNull String repository) {
|
||||||
|
return getLatestRelease(owner, repository, null);
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get how many versions behind the current version's tag name.
|
||||||
|
*
|
||||||
|
* @param owner Repository's Owner
|
||||||
|
* @param repository Repository's Name
|
||||||
|
* @param token OAuth Access Token
|
||||||
|
* <br> Necessary when this repository is private.
|
||||||
|
* @param currentTagName Current Version's tag name.
|
||||||
|
* @return NULL if not fetch releases, -1 if no match tag name.
|
||||||
|
* @since 1.3.0
|
||||||
|
*/
|
||||||
|
public static @Nullable Integer getVersionBehind(@NotNull String owner, @NotNull String repository,
|
||||||
|
@Nullable String token, @NotNull String currentTagName) {
|
||||||
|
List<GithubRelease> releases = GithubReleases4J.listReleases(owner, repository, token);
|
||||||
|
if (releases.isEmpty()) return null; // Could not fetch releases.
|
||||||
|
|
||||||
|
int i = 0;
|
||||||
|
for (GithubRelease release : releases) {
|
||||||
|
if (release.getTagName().equalsIgnoreCase(currentTagName)) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
i++;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (i == releases.size()) return -1; // No match tag name;
|
||||||
|
|
||||||
|
return i;
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get how many versions behind the current version's tag name.
|
||||||
|
*
|
||||||
|
* @param owner Repository's Owner
|
||||||
|
* @param repository Repository's Name
|
||||||
|
* @param currentTagName Current Version's tag name.
|
||||||
|
* @return NULL if not fetch releases, -1 if no match tag name.
|
||||||
|
* @since 1.3.0
|
||||||
|
*/
|
||||||
|
public static @Nullable Integer getVersionBehind(@NotNull String owner, @NotNull String repository,
|
||||||
|
@NotNull String currentTagName) {
|
||||||
|
return getVersionBehind(owner, repository, null, currentTagName);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static @NotNull String getReleasesURL(@NotNull String owner, @NotNull String repository) {
|
||||||
|
return buildURL("%s/%s/%s/releases", GITHUB_URL, owner, repository);
|
||||||
|
}
|
||||||
|
|
||||||
|
public static @NotNull String getLatestReleaseURL(@NotNull String owner, @NotNull String repository) {
|
||||||
|
return getReleasesURL(owner, repository) + "/latest";
|
||||||
|
}
|
||||||
|
|
||||||
|
public static @NotNull String getReleaseURLByTag(@NotNull String owner, @NotNull String repository,
|
||||||
|
@NotNull String releaseTagName) {
|
||||||
|
return getReleasesURL(owner, repository) + "/tag/" + releaseTagName;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static String buildURL(@NotNull String url, Object... params) {
|
||||||
|
return String.format(url, params);
|
||||||
|
}
|
||||||
|
|
||||||
|
@Contract("null->null")
|
||||||
|
protected static @Nullable Date parseDate(@Nullable String dateString) {
|
||||||
|
if (dateString == null) return null;
|
||||||
|
try {
|
||||||
|
return GH_TIME_FORMAT.parse(dateString);
|
||||||
|
} catch (Exception exception) {
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,115 @@
|
|||||||
|
package cc.carm.lib.githubreleases4j;
|
||||||
|
|
||||||
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
import org.json.JSONObject;
|
||||||
|
|
||||||
|
public class GithubUser {
|
||||||
|
|
||||||
|
protected static GithubUser of(@NotNull JSONObject contents) {
|
||||||
|
return new GithubUser(contents);
|
||||||
|
}
|
||||||
|
|
||||||
|
private final @NotNull JSONObject contents;
|
||||||
|
|
||||||
|
private GithubUser(@NotNull JSONObject contents) {
|
||||||
|
this.contents = contents;
|
||||||
|
}
|
||||||
|
|
||||||
|
protected @NotNull JSONObject getContents() {
|
||||||
|
return contents;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int getID() {
|
||||||
|
return getContents().getInt("id");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getLoginID() {
|
||||||
|
return getContents().getString("login");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getNodeID() {
|
||||||
|
return getContents().getString("node_id");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @Nullable String getAvatarURL() {
|
||||||
|
return getContents().getString("avatar_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @Nullable String getGravatarID() {
|
||||||
|
return getContents().getString("gravatar_id");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getURL() {
|
||||||
|
return getContents().getString("url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getProfileURL() {
|
||||||
|
return getContents().getString("html_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getFollowersURL() {
|
||||||
|
return getContents().getString("followers_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getFollowingURL() {
|
||||||
|
return getContents().getString("following_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getFollowingURL(@NotNull String otherUsername) {
|
||||||
|
return getFollowingURL().replace("{/other_user}", "/" + otherUsername);
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getGistsURL() {
|
||||||
|
return getContents().getString("gists_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getGistsURL(int gistID) {
|
||||||
|
return getGistsURL().replace("{/gist_id}", "/" + gistID);
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getStarredURL() {
|
||||||
|
return getContents().getString("starred_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getStarredURL(@NotNull String owner, @NotNull String repo) {
|
||||||
|
return getStarredURL().replace("{/owner}{/repo}", "/" + owner + "/" + repo);
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getSubscriptionsURL() {
|
||||||
|
return getContents().getString("subscriptions_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getOrganizationsURL() {
|
||||||
|
return getContents().getString("organizations_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getReposURL() {
|
||||||
|
return getContents().getString("repos_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getEventsURL() {
|
||||||
|
return getContents().getString("events_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getEventsURL(String privacy) {
|
||||||
|
return getEventsURL().replace("{/privacy}", "/" + privacy);
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getReceivedEventsURL() {
|
||||||
|
return getContents().getString("received_events_url");
|
||||||
|
}
|
||||||
|
|
||||||
|
public @NotNull String getType() {
|
||||||
|
return getContents().getString("type");
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isSiteAdmin() {
|
||||||
|
return getContents().getBoolean("site_admin");
|
||||||
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return getContents().toString();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,69 @@
|
|||||||
|
import cc.carm.lib.githubreleases4j.GithubAsset;
|
||||||
|
import cc.carm.lib.githubreleases4j.GithubRelease;
|
||||||
|
import cc.carm.lib.githubreleases4j.GithubReleases4J;
|
||||||
|
import cc.carm.lib.githubreleases4j.GithubUser;
|
||||||
|
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public class GithubDemo {
|
||||||
|
|
||||||
|
public void demo() {
|
||||||
|
|
||||||
|
List<GithubRelease> releases = GithubReleases4J.listReleases("Owner", "RepoName");
|
||||||
|
// List a public repository's current existing releases.
|
||||||
|
|
||||||
|
GithubRelease latestRelease = GithubReleases4J.getLatestRelease(
|
||||||
|
"Owner", "RepoName",
|
||||||
|
"Token" // OAuth token if it is a private repository.
|
||||||
|
); // Get the latest release of the repository
|
||||||
|
|
||||||
|
if (latestRelease != null) {
|
||||||
|
|
||||||
|
List<GithubAsset> assets = latestRelease.getAssets();
|
||||||
|
// Get the Release' assets list
|
||||||
|
|
||||||
|
for (GithubAsset asset : assets) {
|
||||||
|
try {
|
||||||
|
asset.download(); // Download by the original file name.
|
||||||
|
} catch (IOException exception) {
|
||||||
|
exception.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
GithubUser uploader = asset.getUploader(); // Get the uploader of this asset.
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
GithubUser author = latestRelease.getAuthor(); // Get the author of this release.
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public void checkUpdate() {
|
||||||
|
|
||||||
|
String owner = "Owner";
|
||||||
|
String repository = "RepoName";
|
||||||
|
|
||||||
|
Integer behindVersions = GithubReleases4J.getVersionBehind(
|
||||||
|
owner, repository,
|
||||||
|
"Token",// OAuth token if it is a private repository.
|
||||||
|
"Current Version Tag"
|
||||||
|
);
|
||||||
|
|
||||||
|
if (behindVersions == null) {
|
||||||
|
System.out.println("Check failed! Please check updates manually.");
|
||||||
|
System.out.println("Download at " + GithubReleases4J.getReleasesURL(owner, repository));
|
||||||
|
} else if (behindVersions == 0) {
|
||||||
|
System.out.println("Check successfully, Now is up-to-date.");
|
||||||
|
} else if (behindVersions > 0) {
|
||||||
|
System.out.println("Outdated! Now behind " + behindVersions + " versions.");
|
||||||
|
System.out.println("Download latest version at " + GithubReleases4J.getLatestReleaseURL(owner, repository));
|
||||||
|
} else {
|
||||||
|
System.out.println("Check failed! Current version doesn't exists.");
|
||||||
|
System.out.println("Please use original version to avoid security issues.");
|
||||||
|
System.out.println("Download latest version at " + GithubReleases4J.getLatestReleaseURL(owner, repository));
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,70 @@
|
|||||||
|
import cc.carm.lib.githubreleases4j.GithubAsset;
|
||||||
|
import cc.carm.lib.githubreleases4j.GithubRelease;
|
||||||
|
import cc.carm.lib.githubreleases4j.GithubReleases4J;
|
||||||
|
import cc.carm.lib.githubreleases4j.GithubUser;
|
||||||
|
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public class GithubDemoChinese {
|
||||||
|
|
||||||
|
public void demo() {
|
||||||
|
|
||||||
|
String owner = "库主(用户名或组织名)";
|
||||||
|
String repository = "库名";
|
||||||
|
|
||||||
|
List<GithubRelease> releases = GithubReleases4J.listReleases("Owner", "RepoName");
|
||||||
|
// 列出项目中所有发行版
|
||||||
|
|
||||||
|
GithubRelease latestRelease = GithubReleases4J.getLatestRelease(
|
||||||
|
owner, repository, "Token" // 如果是私有项目 则需要输入OAuth token
|
||||||
|
); // 得到该库的最新发行
|
||||||
|
|
||||||
|
if (latestRelease != null) {
|
||||||
|
|
||||||
|
List<GithubAsset> assets = latestRelease.getAssets();
|
||||||
|
// 得到该发行下的所有附件
|
||||||
|
|
||||||
|
for (GithubAsset asset : assets) {
|
||||||
|
try {
|
||||||
|
asset.download(); // 使用原附件名直接下载
|
||||||
|
} catch (IOException exception) {
|
||||||
|
exception.printStackTrace();
|
||||||
|
}
|
||||||
|
|
||||||
|
GithubUser uploader = asset.getUploader(); // 得到附件的上传者
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
GithubUser author = latestRelease.getAuthor(); // 得到该发行的发布者
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public void checkUpdate() {
|
||||||
|
|
||||||
|
String owner = "库主(用户名或组织名)";
|
||||||
|
String repository = "库名";
|
||||||
|
String version = "当前版本的 TagName";
|
||||||
|
|
||||||
|
Integer behindVersions = GithubReleases4J.getVersionBehind(
|
||||||
|
owner, repository, "Token",// 如果是私有项目 则需要输入OAuth token
|
||||||
|
version
|
||||||
|
);
|
||||||
|
|
||||||
|
if (behindVersions == null) {
|
||||||
|
System.out.println("检查更新失败! 请您手动检查版本更新。");
|
||||||
|
System.out.println("下载地址 " + GithubReleases4J.getReleasesURL(owner, repository));
|
||||||
|
} else if (behindVersions == 0) {
|
||||||
|
System.out.println("检查完成,当前已是最新版本。");
|
||||||
|
} else if (behindVersions > 0) {
|
||||||
|
System.out.println("发现新版本! 目前已落后 " + behindVersions + " 个版本。");
|
||||||
|
System.out.println("最新版下载地址 " + GithubReleases4J.getLatestReleaseURL(owner, repository));
|
||||||
|
} else {
|
||||||
|
System.out.println("检查更新失败! 当前版本未知,请您使用原生版本以避免安全问题。");
|
||||||
|
System.out.println("最新版下载地址 " + GithubReleases4J.getLatestReleaseURL(owner, repository));
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,66 @@
|
|||||||
|
import cc.carm.lib.githubreleases4j.GithubAsset;
|
||||||
|
import cc.carm.lib.githubreleases4j.GithubRelease;
|
||||||
|
import cc.carm.lib.githubreleases4j.GithubReleases4J;
|
||||||
|
import org.jetbrains.annotations.Nullable;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import java.io.File;
|
||||||
|
import java.io.IOException;
|
||||||
|
import java.nio.file.StandardCopyOption;
|
||||||
|
import java.text.SimpleDateFormat;
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
public class GithubReleasesTest {
|
||||||
|
|
||||||
|
public static boolean DOWNLOAD = true;
|
||||||
|
public static final SimpleDateFormat FORMAT = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void onTest() {
|
||||||
|
|
||||||
|
GithubReleases4J.listReleases("CarmJos", "GithubReleases4J")
|
||||||
|
.stream().limit(2).forEach(GithubReleasesTest::printInfo);
|
||||||
|
|
||||||
|
GithubRelease release = GithubReleases4J.getLatestRelease("CarmJos", "UltraDepository");
|
||||||
|
if (release != null) {
|
||||||
|
printInfo(release);
|
||||||
|
release.getAssets().stream().findFirst().ifPresent(GithubReleasesTest::downloadAssets);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void printInfo(@Nullable GithubRelease release) {
|
||||||
|
if (release == null) System.out.println("# NULL");
|
||||||
|
else {
|
||||||
|
print("# %s %s [%s] ",
|
||||||
|
release.getRepository(), release.getName(),
|
||||||
|
FORMAT.format(release.getCreateTime())
|
||||||
|
);
|
||||||
|
List<GithubAsset> assets = release.getAssets();
|
||||||
|
assets.forEach(GithubReleasesTest::printAssets);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void printAssets(@Nullable GithubAsset assets) {
|
||||||
|
if (assets != null) {
|
||||||
|
print("- %s (%s B)", assets.getName(), assets.getSize());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void downloadAssets(@Nullable GithubAsset assets) {
|
||||||
|
if (!DOWNLOAD) return;
|
||||||
|
if (assets == null) return;
|
||||||
|
try {
|
||||||
|
File file = assets.download(StandardCopyOption.REPLACE_EXISTING);
|
||||||
|
System.out.println("| -> " + file.getAbsolutePath());
|
||||||
|
} catch (IOException e) {
|
||||||
|
e.printStackTrace();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void print(String format, Object... params) {
|
||||||
|
System.out.printf((format) + "%n", params);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
import cc.carm.lib.githubreleases4j.GithubRelease;
|
||||||
|
import cc.carm.lib.githubreleases4j.GithubReleases4J;
|
||||||
|
import cc.carm.lib.githubreleases4j.GithubUser;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
import java.text.SimpleDateFormat;
|
||||||
|
|
||||||
|
public class GithubUserInfoTest {
|
||||||
|
|
||||||
|
public static final SimpleDateFormat FORMAT = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void onTest() {
|
||||||
|
|
||||||
|
GithubRelease release = GithubReleases4J.getLatestRelease("CarmJos", "UltraDepository");
|
||||||
|
if (release != null) {
|
||||||
|
System.out.println("# " + release.getName() + " [" + FORMAT.format(release.getCreateTime()) + "]");
|
||||||
|
|
||||||
|
GithubUser author = release.getAuthor();
|
||||||
|
System.out.println("- " + author.getStarredURL("LSeng", "Kar"));
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
import cc.carm.lib.githubreleases4j.GithubReleases4J;
|
||||||
|
import org.junit.Test;
|
||||||
|
|
||||||
|
public class GithubVersionCheckerTest {
|
||||||
|
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void test() {
|
||||||
|
|
||||||
|
System.out.println(GithubReleases4J.getVersionBehind("CarmJos", "UltraDepository", "1.3.4"));
|
||||||
|
|
||||||
|
System.out.println(GithubReleases4J.getVersionBehind("CarmJos", "UltraDepository", "v1.2.0"));
|
||||||
|
|
||||||
|
System.out.println(GithubReleases4J.getVersionBehind("CarmJos", "UltraDepository", "TEST"));
|
||||||
|
|
||||||
|
System.out.println(GithubReleases4J.getVersionBehind("CarmJos", "NULL", "TEST"));
|
||||||
|
|
||||||
|
System.out.println("Download at " + GithubReleases4J.getReleaseURLByTag("CarmJos", "UltraDepository", "1.3.4"));
|
||||||
|
System.out.println("Download at " + GithubReleases4J.getLatestReleaseURL("CarmJos", "UltraDepository"));
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,906 +0,0 @@
|
|||||||
/*
|
|
||||||
* Javadoc style sheet
|
|
||||||
*/
|
|
||||||
|
|
||||||
@import url('resources/fonts/dejavu.css');
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Styles for individual HTML elements.
|
|
||||||
*
|
|
||||||
* These are styles that are specific to individual HTML elements. Changing them affects the style of a particular
|
|
||||||
* HTML element throughout the page.
|
|
||||||
*/
|
|
||||||
|
|
||||||
body {
|
|
||||||
background-color:#ffffff;
|
|
||||||
color:#353833;
|
|
||||||
font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
|
|
||||||
font-size:14px;
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
|
||||||
height:100%;
|
|
||||||
width:100%;
|
|
||||||
}
|
|
||||||
iframe {
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
|
||||||
height:100%;
|
|
||||||
width:100%;
|
|
||||||
overflow-y:scroll;
|
|
||||||
border:none;
|
|
||||||
}
|
|
||||||
a:link, a:visited {
|
|
||||||
text-decoration:none;
|
|
||||||
color:#4A6782;
|
|
||||||
}
|
|
||||||
a[href]:hover, a[href]:focus {
|
|
||||||
text-decoration:none;
|
|
||||||
color:#bb7a2a;
|
|
||||||
}
|
|
||||||
a[name] {
|
|
||||||
color:#353833;
|
|
||||||
}
|
|
||||||
a[name]:before, a[name]:target, a[id]:before, a[id]:target {
|
|
||||||
content:"";
|
|
||||||
display:inline-block;
|
|
||||||
position:relative;
|
|
||||||
padding-top:129px;
|
|
||||||
margin-top:-129px;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
font-family:'DejaVu Sans Mono', monospace;
|
|
||||||
font-size:14px;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font-size:20px;
|
|
||||||
}
|
|
||||||
h2 {
|
|
||||||
font-size:18px;
|
|
||||||
}
|
|
||||||
h3 {
|
|
||||||
font-size:16px;
|
|
||||||
font-style:italic;
|
|
||||||
}
|
|
||||||
h4 {
|
|
||||||
font-size:13px;
|
|
||||||
}
|
|
||||||
h5 {
|
|
||||||
font-size:12px;
|
|
||||||
}
|
|
||||||
h6 {
|
|
||||||
font-size:11px;
|
|
||||||
}
|
|
||||||
ul {
|
|
||||||
list-style-type:disc;
|
|
||||||
}
|
|
||||||
code, tt {
|
|
||||||
font-family:'DejaVu Sans Mono', monospace;
|
|
||||||
font-size:14px;
|
|
||||||
padding-top:4px;
|
|
||||||
margin-top:8px;
|
|
||||||
line-height:1.4em;
|
|
||||||
}
|
|
||||||
dt code {
|
|
||||||
font-family:'DejaVu Sans Mono', monospace;
|
|
||||||
font-size:14px;
|
|
||||||
padding-top:4px;
|
|
||||||
}
|
|
||||||
table tr td dt code {
|
|
||||||
font-family:'DejaVu Sans Mono', monospace;
|
|
||||||
font-size:14px;
|
|
||||||
vertical-align:top;
|
|
||||||
padding-top:4px;
|
|
||||||
}
|
|
||||||
sup {
|
|
||||||
font-size:8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Styles for HTML generated by javadoc.
|
|
||||||
*
|
|
||||||
* These are style classes that are used by the standard doclet to generate HTML documentation.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Styles for document title and copyright.
|
|
||||||
*/
|
|
||||||
.clear {
|
|
||||||
clear:both;
|
|
||||||
height:0px;
|
|
||||||
overflow:hidden;
|
|
||||||
}
|
|
||||||
.aboutLanguage {
|
|
||||||
float:right;
|
|
||||||
padding:0px 21px;
|
|
||||||
font-size:11px;
|
|
||||||
z-index:200;
|
|
||||||
margin-top:-9px;
|
|
||||||
}
|
|
||||||
.legalCopy {
|
|
||||||
margin-left:.5em;
|
|
||||||
}
|
|
||||||
.bar a, .bar a:link, .bar a:visited, .bar a:active {
|
|
||||||
color:#FFFFFF;
|
|
||||||
text-decoration:none;
|
|
||||||
}
|
|
||||||
.bar a:hover, .bar a:focus {
|
|
||||||
color:#bb7a2a;
|
|
||||||
}
|
|
||||||
.tab {
|
|
||||||
background-color:#0066FF;
|
|
||||||
color:#ffffff;
|
|
||||||
padding:8px;
|
|
||||||
width:5em;
|
|
||||||
font-weight:bold;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
* Styles for navigation bar.
|
|
||||||
*/
|
|
||||||
.bar {
|
|
||||||
background-color:#4D7A97;
|
|
||||||
color:#FFFFFF;
|
|
||||||
padding:.8em .5em .4em .8em;
|
|
||||||
height:auto;/*height:1.8em;*/
|
|
||||||
font-size:11px;
|
|
||||||
margin:0;
|
|
||||||
}
|
|
||||||
.navPadding {
|
|
||||||
padding-top: 107px;
|
|
||||||
}
|
|
||||||
.fixedNav {
|
|
||||||
position:fixed;
|
|
||||||
width:100%;
|
|
||||||
z-index:999;
|
|
||||||
background-color:#ffffff;
|
|
||||||
}
|
|
||||||
.topNav {
|
|
||||||
background-color:#4D7A97;
|
|
||||||
color:#FFFFFF;
|
|
||||||
float:left;
|
|
||||||
padding:0;
|
|
||||||
width:100%;
|
|
||||||
clear:right;
|
|
||||||
height:2.8em;
|
|
||||||
padding-top:10px;
|
|
||||||
overflow:hidden;
|
|
||||||
font-size:12px;
|
|
||||||
}
|
|
||||||
.bottomNav {
|
|
||||||
margin-top:10px;
|
|
||||||
background-color:#4D7A97;
|
|
||||||
color:#FFFFFF;
|
|
||||||
float:left;
|
|
||||||
padding:0;
|
|
||||||
width:100%;
|
|
||||||
clear:right;
|
|
||||||
height:2.8em;
|
|
||||||
padding-top:10px;
|
|
||||||
overflow:hidden;
|
|
||||||
font-size:12px;
|
|
||||||
}
|
|
||||||
.subNav {
|
|
||||||
background-color:#dee3e9;
|
|
||||||
float:left;
|
|
||||||
width:100%;
|
|
||||||
overflow:hidden;
|
|
||||||
font-size:12px;
|
|
||||||
}
|
|
||||||
.subNav div {
|
|
||||||
clear:left;
|
|
||||||
float:left;
|
|
||||||
padding:0 0 5px 6px;
|
|
||||||
text-transform:uppercase;
|
|
||||||
}
|
|
||||||
ul.navList, ul.subNavList {
|
|
||||||
float:left;
|
|
||||||
margin:0 25px 0 0;
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
ul.navList li{
|
|
||||||
list-style:none;
|
|
||||||
float:left;
|
|
||||||
padding: 5px 6px;
|
|
||||||
text-transform:uppercase;
|
|
||||||
}
|
|
||||||
ul.navListSearch {
|
|
||||||
float:right;
|
|
||||||
margin:0 0 0 0;
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
ul.navListSearch li {
|
|
||||||
list-style:none;
|
|
||||||
float:right;
|
|
||||||
padding: 5px 6px;
|
|
||||||
text-transform:uppercase;
|
|
||||||
}
|
|
||||||
ul.navListSearch li label {
|
|
||||||
position:relative;
|
|
||||||
right:-16px;
|
|
||||||
}
|
|
||||||
ul.subNavList li {
|
|
||||||
list-style:none;
|
|
||||||
float:left;
|
|
||||||
}
|
|
||||||
.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited {
|
|
||||||
color:#FFFFFF;
|
|
||||||
text-decoration:none;
|
|
||||||
text-transform:uppercase;
|
|
||||||
}
|
|
||||||
.topNav a:hover, .bottomNav a:hover {
|
|
||||||
text-decoration:none;
|
|
||||||
color:#bb7a2a;
|
|
||||||
text-transform:uppercase;
|
|
||||||
}
|
|
||||||
.navBarCell1Rev {
|
|
||||||
background-color:#F8981D;
|
|
||||||
color:#253441;
|
|
||||||
margin: auto 5px;
|
|
||||||
}
|
|
||||||
.skipNav {
|
|
||||||
position:absolute;
|
|
||||||
top:auto;
|
|
||||||
left:-9999px;
|
|
||||||
overflow:hidden;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
* Styles for page header and footer.
|
|
||||||
*/
|
|
||||||
.header, .footer {
|
|
||||||
clear:both;
|
|
||||||
margin:0 20px;
|
|
||||||
padding:5px 0 0 0;
|
|
||||||
}
|
|
||||||
.indexNav {
|
|
||||||
position:relative;
|
|
||||||
font-size:12px;
|
|
||||||
background-color:#dee3e9;
|
|
||||||
}
|
|
||||||
.indexNav ul {
|
|
||||||
margin-top:0;
|
|
||||||
padding:5px;
|
|
||||||
}
|
|
||||||
.indexNav ul li {
|
|
||||||
display:inline;
|
|
||||||
list-style-type:none;
|
|
||||||
padding-right:10px;
|
|
||||||
text-transform:uppercase;
|
|
||||||
}
|
|
||||||
.indexNav h1 {
|
|
||||||
font-size:13px;
|
|
||||||
}
|
|
||||||
.title {
|
|
||||||
color:#2c4557;
|
|
||||||
margin:10px 0;
|
|
||||||
}
|
|
||||||
.subTitle {
|
|
||||||
margin:5px 0 0 0;
|
|
||||||
}
|
|
||||||
.header ul {
|
|
||||||
margin:0 0 15px 0;
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
.footer ul {
|
|
||||||
margin:20px 0 5px 0;
|
|
||||||
}
|
|
||||||
.header ul li, .footer ul li {
|
|
||||||
list-style:none;
|
|
||||||
font-size:13px;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
* Styles for headings.
|
|
||||||
*/
|
|
||||||
div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 {
|
|
||||||
background-color:#dee3e9;
|
|
||||||
border:1px solid #d0d9e0;
|
|
||||||
margin:0 0 6px -8px;
|
|
||||||
padding:7px 5px;
|
|
||||||
}
|
|
||||||
ul.blockList ul.blockList ul.blockList li.blockList h3 {
|
|
||||||
background-color:#dee3e9;
|
|
||||||
border:1px solid #d0d9e0;
|
|
||||||
margin:0 0 6px -8px;
|
|
||||||
padding:7px 5px;
|
|
||||||
}
|
|
||||||
ul.blockList ul.blockList li.blockList h3 {
|
|
||||||
padding:0;
|
|
||||||
margin:15px 0;
|
|
||||||
}
|
|
||||||
ul.blockList li.blockList h2 {
|
|
||||||
padding:0px 0 20px 0;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
* Styles for page layout containers.
|
|
||||||
*/
|
|
||||||
.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer,
|
|
||||||
.allClassesContainer, .allPackagesContainer {
|
|
||||||
clear:both;
|
|
||||||
padding:10px 20px;
|
|
||||||
position:relative;
|
|
||||||
}
|
|
||||||
.indexContainer {
|
|
||||||
margin:10px;
|
|
||||||
position:relative;
|
|
||||||
font-size:12px;
|
|
||||||
}
|
|
||||||
.indexContainer h2 {
|
|
||||||
font-size:13px;
|
|
||||||
padding:0 0 3px 0;
|
|
||||||
}
|
|
||||||
.indexContainer ul {
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
.indexContainer ul li {
|
|
||||||
list-style:none;
|
|
||||||
padding-top:2px;
|
|
||||||
}
|
|
||||||
.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt {
|
|
||||||
font-size:12px;
|
|
||||||
font-weight:bold;
|
|
||||||
margin:10px 0 0 0;
|
|
||||||
color:#4E4E4E;
|
|
||||||
}
|
|
||||||
.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd {
|
|
||||||
margin:5px 0 10px 0px;
|
|
||||||
font-size:14px;
|
|
||||||
font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
|
|
||||||
}
|
|
||||||
.serializedFormContainer dl.nameValue dt {
|
|
||||||
margin-left:1px;
|
|
||||||
font-size:1.1em;
|
|
||||||
display:inline;
|
|
||||||
font-weight:bold;
|
|
||||||
}
|
|
||||||
.serializedFormContainer dl.nameValue dd {
|
|
||||||
margin:0 0 0 1px;
|
|
||||||
font-size:1.1em;
|
|
||||||
display:inline;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
* Styles for lists.
|
|
||||||
*/
|
|
||||||
li.circle {
|
|
||||||
list-style:circle;
|
|
||||||
}
|
|
||||||
ul.horizontal li {
|
|
||||||
display:inline;
|
|
||||||
font-size:0.9em;
|
|
||||||
}
|
|
||||||
ul.inheritance {
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
ul.inheritance li {
|
|
||||||
display:inline;
|
|
||||||
list-style:none;
|
|
||||||
}
|
|
||||||
ul.inheritance li ul.inheritance {
|
|
||||||
margin-left:15px;
|
|
||||||
padding-left:15px;
|
|
||||||
padding-top:1px;
|
|
||||||
}
|
|
||||||
ul.blockList, ul.blockListLast {
|
|
||||||
margin:10px 0 10px 0;
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
ul.blockList li.blockList, ul.blockListLast li.blockList {
|
|
||||||
list-style:none;
|
|
||||||
margin-bottom:15px;
|
|
||||||
line-height:1.4;
|
|
||||||
}
|
|
||||||
ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList {
|
|
||||||
padding:0px 20px 5px 10px;
|
|
||||||
border:1px solid #ededed;
|
|
||||||
background-color:#f8f8f8;
|
|
||||||
}
|
|
||||||
ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList {
|
|
||||||
padding:0 0 5px 8px;
|
|
||||||
background-color:#ffffff;
|
|
||||||
border:none;
|
|
||||||
}
|
|
||||||
ul.blockList ul.blockList ul.blockList ul.blockList li.blockList {
|
|
||||||
margin-left:0;
|
|
||||||
padding-left:0;
|
|
||||||
padding-bottom:15px;
|
|
||||||
border:none;
|
|
||||||
}
|
|
||||||
ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast {
|
|
||||||
list-style:none;
|
|
||||||
border-bottom:none;
|
|
||||||
padding-bottom:0;
|
|
||||||
}
|
|
||||||
table tr td dl, table tr td dl dt, table tr td dl dd {
|
|
||||||
margin-top:0;
|
|
||||||
margin-bottom:1px;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
* Styles for tables.
|
|
||||||
*/
|
|
||||||
.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary,
|
|
||||||
.requiresSummary, .packagesSummary, .providesSummary, .usesSummary {
|
|
||||||
width:100%;
|
|
||||||
border-spacing:0;
|
|
||||||
border-left:1px solid #EEE;
|
|
||||||
border-right:1px solid #EEE;
|
|
||||||
border-bottom:1px solid #EEE;
|
|
||||||
}
|
|
||||||
.overviewSummary, .memberSummary, .requiresSummary, .packagesSummary, .providesSummary, .usesSummary {
|
|
||||||
padding:0px;
|
|
||||||
}
|
|
||||||
.overviewSummary caption, .memberSummary caption, .typeSummary caption,
|
|
||||||
.useSummary caption, .constantsSummary caption, .deprecatedSummary caption,
|
|
||||||
.requiresSummary caption, .packagesSummary caption, .providesSummary caption, .usesSummary caption {
|
|
||||||
position:relative;
|
|
||||||
text-align:left;
|
|
||||||
background-repeat:no-repeat;
|
|
||||||
color:#253441;
|
|
||||||
font-weight:bold;
|
|
||||||
clear:none;
|
|
||||||
overflow:hidden;
|
|
||||||
padding:0px;
|
|
||||||
padding-top:10px;
|
|
||||||
padding-left:1px;
|
|
||||||
margin:0px;
|
|
||||||
white-space:pre;
|
|
||||||
}
|
|
||||||
.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link,
|
|
||||||
.constantsSummary caption a:link, .deprecatedSummary caption a:link,
|
|
||||||
.requiresSummary caption a:link, .packagesSummary caption a:link, .providesSummary caption a:link,
|
|
||||||
.usesSummary caption a:link,
|
|
||||||
.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover,
|
|
||||||
.constantsSummary caption a:hover, .deprecatedSummary caption a:hover,
|
|
||||||
.requiresSummary caption a:hover, .packagesSummary caption a:hover, .providesSummary caption a:hover,
|
|
||||||
.usesSummary caption a:hover,
|
|
||||||
.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active,
|
|
||||||
.constantsSummary caption a:active, .deprecatedSummary caption a:active,
|
|
||||||
.requiresSummary caption a:active, .packagesSummary caption a:active, .providesSummary caption a:active,
|
|
||||||
.usesSummary caption a:active,
|
|
||||||
.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited,
|
|
||||||
.constantsSummary caption a:visited, .deprecatedSummary caption a:visited,
|
|
||||||
.requiresSummary caption a:visited, .packagesSummary caption a:visited, .providesSummary caption a:visited,
|
|
||||||
.usesSummary caption a:visited {
|
|
||||||
color:#FFFFFF;
|
|
||||||
}
|
|
||||||
.useSummary caption a:link, .useSummary caption a:hover, .useSummary caption a:active,
|
|
||||||
.useSummary caption a:visited {
|
|
||||||
color:#1f389c;
|
|
||||||
}
|
|
||||||
.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span,
|
|
||||||
.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span,
|
|
||||||
.requiresSummary caption span, .packagesSummary caption span, .providesSummary caption span,
|
|
||||||
.usesSummary caption span {
|
|
||||||
white-space:nowrap;
|
|
||||||
padding-top:5px;
|
|
||||||
padding-left:12px;
|
|
||||||
padding-right:12px;
|
|
||||||
padding-bottom:7px;
|
|
||||||
display:inline-block;
|
|
||||||
float:left;
|
|
||||||
background-color:#F8981D;
|
|
||||||
border: none;
|
|
||||||
height:16px;
|
|
||||||
}
|
|
||||||
.memberSummary caption span.activeTableTab span, .packagesSummary caption span.activeTableTab span,
|
|
||||||
.overviewSummary caption span.activeTableTab span, .typeSummary caption span.activeTableTab span {
|
|
||||||
white-space:nowrap;
|
|
||||||
padding-top:5px;
|
|
||||||
padding-left:12px;
|
|
||||||
padding-right:12px;
|
|
||||||
margin-right:3px;
|
|
||||||
display:inline-block;
|
|
||||||
float:left;
|
|
||||||
background-color:#F8981D;
|
|
||||||
height:16px;
|
|
||||||
}
|
|
||||||
.memberSummary caption span.tableTab span, .packagesSummary caption span.tableTab span,
|
|
||||||
.overviewSummary caption span.tableTab span, .typeSummary caption span.tableTab span {
|
|
||||||
white-space:nowrap;
|
|
||||||
padding-top:5px;
|
|
||||||
padding-left:12px;
|
|
||||||
padding-right:12px;
|
|
||||||
margin-right:3px;
|
|
||||||
display:inline-block;
|
|
||||||
float:left;
|
|
||||||
background-color:#4D7A97;
|
|
||||||
height:16px;
|
|
||||||
}
|
|
||||||
.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab,
|
|
||||||
.packagesSummary caption span.tableTab, .packagesSummary caption span.activeTableTab,
|
|
||||||
.overviewSummary caption span.tableTab, .overviewSummary caption span.activeTableTab,
|
|
||||||
.typeSummary caption span.tableTab, .typeSummary caption span.activeTableTab {
|
|
||||||
padding-top:0px;
|
|
||||||
padding-left:0px;
|
|
||||||
padding-right:0px;
|
|
||||||
background-image:none;
|
|
||||||
float:none;
|
|
||||||
display:inline;
|
|
||||||
}
|
|
||||||
.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd,
|
|
||||||
.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd,
|
|
||||||
.requiresSummary .tabEnd, .packagesSummary .tabEnd, .providesSummary .tabEnd, .usesSummary .tabEnd {
|
|
||||||
display:none;
|
|
||||||
width:5px;
|
|
||||||
position:relative;
|
|
||||||
float:left;
|
|
||||||
background-color:#F8981D;
|
|
||||||
}
|
|
||||||
.memberSummary .activeTableTab .tabEnd, .packagesSummary .activeTableTab .tabEnd,
|
|
||||||
.overviewSummary .activeTableTab .tabEnd, .typeSummary .activeTableTab .tabEnd {
|
|
||||||
display:none;
|
|
||||||
width:5px;
|
|
||||||
margin-right:3px;
|
|
||||||
position:relative;
|
|
||||||
float:left;
|
|
||||||
background-color:#F8981D;
|
|
||||||
}
|
|
||||||
.memberSummary .tableTab .tabEnd, .packagesSummary .tableTab .tabEnd,
|
|
||||||
.overviewSummary .tableTab .tabEnd, .typeSummary .tableTab .tabEnd {
|
|
||||||
display:none;
|
|
||||||
width:5px;
|
|
||||||
margin-right:3px;
|
|
||||||
position:relative;
|
|
||||||
background-color:#4D7A97;
|
|
||||||
float:left;
|
|
||||||
}
|
|
||||||
.rowColor th, .altColor th {
|
|
||||||
font-weight:normal;
|
|
||||||
}
|
|
||||||
.overviewSummary td, .memberSummary td, .typeSummary td,
|
|
||||||
.useSummary td, .constantsSummary td, .deprecatedSummary td,
|
|
||||||
.requiresSummary td, .packagesSummary td, .providesSummary td, .usesSummary td {
|
|
||||||
text-align:left;
|
|
||||||
padding:0px 0px 12px 10px;
|
|
||||||
}
|
|
||||||
th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .useSummary th,
|
|
||||||
.constantsSummary th, .packagesSummary th, td.colFirst, td.colSecond, td.colLast, .useSummary td,
|
|
||||||
.constantsSummary td {
|
|
||||||
vertical-align:top;
|
|
||||||
padding-right:0px;
|
|
||||||
padding-top:8px;
|
|
||||||
padding-bottom:3px;
|
|
||||||
}
|
|
||||||
th.colFirst, th.colSecond, th.colLast, th.colConstructorName, th.colDeprecatedItemName, .constantsSummary th,
|
|
||||||
.packagesSummary th {
|
|
||||||
background:#dee3e9;
|
|
||||||
text-align:left;
|
|
||||||
padding:8px 3px 3px 7px;
|
|
||||||
}
|
|
||||||
td.colFirst, th.colFirst {
|
|
||||||
font-size:13px;
|
|
||||||
}
|
|
||||||
td.colSecond, th.colSecond, td.colLast, th.colConstructorName, th.colDeprecatedItemName, th.colLast {
|
|
||||||
font-size:13px;
|
|
||||||
}
|
|
||||||
.constantsSummary th, .packagesSummary th {
|
|
||||||
font-size:13px;
|
|
||||||
}
|
|
||||||
.providesSummary th.colFirst, .providesSummary th.colLast, .providesSummary td.colFirst,
|
|
||||||
.providesSummary td.colLast {
|
|
||||||
white-space:normal;
|
|
||||||
font-size:13px;
|
|
||||||
}
|
|
||||||
.overviewSummary td.colFirst, .overviewSummary th.colFirst,
|
|
||||||
.requiresSummary td.colFirst, .requiresSummary th.colFirst,
|
|
||||||
.packagesSummary td.colFirst, .packagesSummary td.colSecond, .packagesSummary th.colFirst, .packagesSummary th,
|
|
||||||
.usesSummary td.colFirst, .usesSummary th.colFirst,
|
|
||||||
.providesSummary td.colFirst, .providesSummary th.colFirst,
|
|
||||||
.memberSummary td.colFirst, .memberSummary th.colFirst,
|
|
||||||
.memberSummary td.colSecond, .memberSummary th.colSecond, .memberSummary th.colConstructorName,
|
|
||||||
.typeSummary td.colFirst, .typeSummary th.colFirst {
|
|
||||||
vertical-align:top;
|
|
||||||
}
|
|
||||||
.packagesSummary th.colLast, .packagesSummary td.colLast {
|
|
||||||
white-space:normal;
|
|
||||||
}
|
|
||||||
td.colFirst a:link, td.colFirst a:visited,
|
|
||||||
td.colSecond a:link, td.colSecond a:visited,
|
|
||||||
th.colFirst a:link, th.colFirst a:visited,
|
|
||||||
th.colSecond a:link, th.colSecond a:visited,
|
|
||||||
th.colConstructorName a:link, th.colConstructorName a:visited,
|
|
||||||
th.colDeprecatedItemName a:link, th.colDeprecatedItemName a:visited,
|
|
||||||
.constantValuesContainer td a:link, .constantValuesContainer td a:visited,
|
|
||||||
.allClassesContainer td a:link, .allClassesContainer td a:visited,
|
|
||||||
.allPackagesContainer td a:link, .allPackagesContainer td a:visited {
|
|
||||||
font-weight:bold;
|
|
||||||
}
|
|
||||||
.tableSubHeadingColor {
|
|
||||||
background-color:#EEEEFF;
|
|
||||||
}
|
|
||||||
.altColor, .altColor th {
|
|
||||||
background-color:#FFFFFF;
|
|
||||||
}
|
|
||||||
.rowColor, .rowColor th {
|
|
||||||
background-color:#EEEEEF;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
* Styles for contents.
|
|
||||||
*/
|
|
||||||
.description pre {
|
|
||||||
margin-top:0;
|
|
||||||
}
|
|
||||||
.deprecatedContent {
|
|
||||||
margin:0;
|
|
||||||
padding:10px 0;
|
|
||||||
}
|
|
||||||
.docSummary {
|
|
||||||
padding:0;
|
|
||||||
}
|
|
||||||
ul.blockList ul.blockList ul.blockList li.blockList h3 {
|
|
||||||
font-style:normal;
|
|
||||||
}
|
|
||||||
div.block {
|
|
||||||
font-size:14px;
|
|
||||||
font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
|
|
||||||
}
|
|
||||||
td.colLast div {
|
|
||||||
padding-top:0px;
|
|
||||||
}
|
|
||||||
td.colLast a {
|
|
||||||
padding-bottom:3px;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
* Styles for formatting effect.
|
|
||||||
*/
|
|
||||||
.sourceLineNo {
|
|
||||||
color:green;
|
|
||||||
padding:0 30px 0 0;
|
|
||||||
}
|
|
||||||
h1.hidden {
|
|
||||||
visibility:hidden;
|
|
||||||
overflow:hidden;
|
|
||||||
font-size:10px;
|
|
||||||
}
|
|
||||||
.block {
|
|
||||||
display:block;
|
|
||||||
margin:3px 10px 2px 0px;
|
|
||||||
color:#474747;
|
|
||||||
}
|
|
||||||
.deprecatedLabel, .descfrmTypeLabel, .implementationLabel, .memberNameLabel, .memberNameLink,
|
|
||||||
.moduleLabelInPackage, .moduleLabelInType, .overrideSpecifyLabel, .packageLabelInType,
|
|
||||||
.packageHierarchyLabel, .paramLabel, .returnLabel, .seeLabel, .simpleTagLabel,
|
|
||||||
.throwsLabel, .typeNameLabel, .typeNameLink, .searchTagLink {
|
|
||||||
font-weight:bold;
|
|
||||||
}
|
|
||||||
.deprecationComment, .emphasizedPhrase, .interfaceName {
|
|
||||||
font-style:italic;
|
|
||||||
}
|
|
||||||
.deprecationBlock {
|
|
||||||
font-size:14px;
|
|
||||||
font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif;
|
|
||||||
border-style:solid;
|
|
||||||
border-width:thin;
|
|
||||||
border-radius:10px;
|
|
||||||
padding:10px;
|
|
||||||
margin-bottom:10px;
|
|
||||||
margin-right:10px;
|
|
||||||
display:inline-block;
|
|
||||||
}
|
|
||||||
div.block div.deprecationComment, div.block div.block span.emphasizedPhrase,
|
|
||||||
div.block div.block span.interfaceName {
|
|
||||||
font-style:normal;
|
|
||||||
}
|
|
||||||
div.contentContainer ul.blockList li.blockList h2 {
|
|
||||||
padding-bottom:0px;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
* Styles for IFRAME.
|
|
||||||
*/
|
|
||||||
.mainContainer {
|
|
||||||
margin:0 auto;
|
|
||||||
padding:0;
|
|
||||||
height:100%;
|
|
||||||
width:100%;
|
|
||||||
position:fixed;
|
|
||||||
top:0;
|
|
||||||
left:0;
|
|
||||||
}
|
|
||||||
.leftContainer {
|
|
||||||
height:100%;
|
|
||||||
position:fixed;
|
|
||||||
width:320px;
|
|
||||||
}
|
|
||||||
.leftTop {
|
|
||||||
position:relative;
|
|
||||||
float:left;
|
|
||||||
width:315px;
|
|
||||||
top:0;
|
|
||||||
left:0;
|
|
||||||
height:30%;
|
|
||||||
border-right:6px solid #ccc;
|
|
||||||
border-bottom:6px solid #ccc;
|
|
||||||
}
|
|
||||||
.leftBottom {
|
|
||||||
position:relative;
|
|
||||||
float:left;
|
|
||||||
width:315px;
|
|
||||||
bottom:0;
|
|
||||||
left:0;
|
|
||||||
height:70%;
|
|
||||||
border-right:6px solid #ccc;
|
|
||||||
border-top:1px solid #000;
|
|
||||||
}
|
|
||||||
.rightContainer {
|
|
||||||
position:absolute;
|
|
||||||
left:320px;
|
|
||||||
top:0;
|
|
||||||
bottom:0;
|
|
||||||
height:100%;
|
|
||||||
right:0;
|
|
||||||
border-left:1px solid #000;
|
|
||||||
}
|
|
||||||
.rightIframe {
|
|
||||||
margin:0;
|
|
||||||
padding:0;
|
|
||||||
height:100%;
|
|
||||||
right:30px;
|
|
||||||
width:100%;
|
|
||||||
overflow:visible;
|
|
||||||
margin-bottom:30px;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
* Styles specific to HTML5 elements.
|
|
||||||
*/
|
|
||||||
main, nav, header, footer, section {
|
|
||||||
display:block;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
* Styles for javadoc search.
|
|
||||||
*/
|
|
||||||
.ui-autocomplete-category {
|
|
||||||
font-weight:bold;
|
|
||||||
font-size:15px;
|
|
||||||
padding:7px 0 7px 3px;
|
|
||||||
background-color:#4D7A97;
|
|
||||||
color:#FFFFFF;
|
|
||||||
}
|
|
||||||
.resultItem {
|
|
||||||
font-size:13px;
|
|
||||||
}
|
|
||||||
.ui-autocomplete {
|
|
||||||
max-height:85%;
|
|
||||||
max-width:65%;
|
|
||||||
overflow-y:scroll;
|
|
||||||
overflow-x:scroll;
|
|
||||||
white-space:nowrap;
|
|
||||||
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
|
|
||||||
}
|
|
||||||
ul.ui-autocomplete {
|
|
||||||
position:fixed;
|
|
||||||
z-index:999999;
|
|
||||||
}
|
|
||||||
ul.ui-autocomplete li {
|
|
||||||
float:left;
|
|
||||||
clear:both;
|
|
||||||
width:100%;
|
|
||||||
}
|
|
||||||
.resultHighlight {
|
|
||||||
font-weight:bold;
|
|
||||||
}
|
|
||||||
#search {
|
|
||||||
background-image:url('resources/glass.png');
|
|
||||||
background-size:13px;
|
|
||||||
background-repeat:no-repeat;
|
|
||||||
background-position:2px 3px;
|
|
||||||
padding-left:20px;
|
|
||||||
position:relative;
|
|
||||||
right:-18px;
|
|
||||||
}
|
|
||||||
#reset {
|
|
||||||
background-color: rgb(255,255,255);
|
|
||||||
background-image:url('resources/x.png');
|
|
||||||
background-position:center;
|
|
||||||
background-repeat:no-repeat;
|
|
||||||
background-size:12px;
|
|
||||||
border:0 none;
|
|
||||||
width:16px;
|
|
||||||
height:17px;
|
|
||||||
position:relative;
|
|
||||||
left:-4px;
|
|
||||||
top:-4px;
|
|
||||||
font-size:0px;
|
|
||||||
}
|
|
||||||
.watermark {
|
|
||||||
color:#545454;
|
|
||||||
}
|
|
||||||
.searchTagDescResult {
|
|
||||||
font-style:italic;
|
|
||||||
font-size:11px;
|
|
||||||
}
|
|
||||||
.searchTagHolderResult {
|
|
||||||
font-style:italic;
|
|
||||||
font-size:12px;
|
|
||||||
}
|
|
||||||
.searchTagResult:before, .searchTagResult:target {
|
|
||||||
color:red;
|
|
||||||
}
|
|
||||||
.moduleGraph span {
|
|
||||||
display:none;
|
|
||||||
position:absolute;
|
|
||||||
}
|
|
||||||
.moduleGraph:hover span {
|
|
||||||
display:block;
|
|
||||||
margin: -100px 0 0 100px;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
|
||||||
.methodSignature {
|
|
||||||
white-space:normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
* Styles for user-provided tables.
|
|
||||||
*
|
|
||||||
* borderless:
|
|
||||||
* No borders, vertical margins, styled caption.
|
|
||||||
* This style is provided for use with existing doc comments.
|
|
||||||
* In general, borderless tables should not be used for layout purposes.
|
|
||||||
*
|
|
||||||
* plain:
|
|
||||||
* Plain borders around table and cells, vertical margins, styled caption.
|
|
||||||
* Best for small tables or for complex tables for tables with cells that span
|
|
||||||
* rows and columns, when the "striped" style does not work well.
|
|
||||||
*
|
|
||||||
* striped:
|
|
||||||
* Borders around the table and vertical borders between cells, striped rows,
|
|
||||||
* vertical margins, styled caption.
|
|
||||||
* Best for tables that have a header row, and a body containing a series of simple rows.
|
|
||||||
*/
|
|
||||||
|
|
||||||
table.borderless,
|
|
||||||
table.plain,
|
|
||||||
table.striped {
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
table.borderless > caption,
|
|
||||||
table.plain > caption,
|
|
||||||
table.striped > caption {
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: smaller;
|
|
||||||
}
|
|
||||||
table.borderless th, table.borderless td,
|
|
||||||
table.plain th, table.plain td,
|
|
||||||
table.striped th, table.striped td {
|
|
||||||
padding: 2px 5px;
|
|
||||||
}
|
|
||||||
table.borderless,
|
|
||||||
table.borderless > thead > tr > th, table.borderless > tbody > tr > th, table.borderless > tr > th,
|
|
||||||
table.borderless > thead > tr > td, table.borderless > tbody > tr > td, table.borderless > tr > td {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
table.borderless > thead > tr, table.borderless > tbody > tr, table.borderless > tr {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
table.plain {
|
|
||||||
border-collapse: collapse;
|
|
||||||
border: 1px solid black;
|
|
||||||
}
|
|
||||||
table.plain > thead > tr, table.plain > tbody tr, table.plain > tr {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
table.plain > thead > tr > th, table.plain > tbody > tr > th, table.plain > tr > th,
|
|
||||||
table.plain > thead > tr > td, table.plain > tbody > tr > td, table.plain > tr > td {
|
|
||||||
border: 1px solid black;
|
|
||||||
}
|
|
||||||
table.striped {
|
|
||||||
border-collapse: collapse;
|
|
||||||
border: 1px solid black;
|
|
||||||
}
|
|
||||||
table.striped > thead {
|
|
||||||
background-color: #E3E3E3;
|
|
||||||
}
|
|
||||||
table.striped > thead > tr > th, table.striped > thead > tr > td {
|
|
||||||
border: 1px solid black;
|
|
||||||
}
|
|
||||||
table.striped > tbody > tr:nth-child(even) {
|
|
||||||
background-color: #EEE
|
|
||||||
}
|
|
||||||
table.striped > tbody > tr:nth-child(odd) {
|
|
||||||
background-color: #FFF
|
|
||||||
}
|
|
||||||
table.striped > tbody > tr > th, table.striped > tbody > tr > td {
|
|
||||||
border-left: 1px solid black;
|
|
||||||
border-right: 1px solid black;
|
|
||||||
}
|
|
||||||
table.striped > tbody > tr > th {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
typeSearchIndex = [{"l":"All Classes","url":"allclasses-index.html"},{"p":"cc.carm.lib.githubreleases4j","l":"GithubAsset"},{"p":"cc.carm.lib.githubreleases4j","l":"GitHubHttpUtils"},{"p":"cc.carm.lib.githubreleases4j","l":"GithubRelease"},{"p":"cc.carm.lib.githubreleases4j","l":"GithubReleases4J"},{"p":"cc.carm.lib.githubreleases4j","l":"GithubUser"}]
|
|
||||||