Skip to content

Commit

Permalink
Merge pull request #15 from alenon/v1.3
Browse files Browse the repository at this point in the history
v1.3
  • Loading branch information
alenon committed Jun 23, 2018
2 parents faf5b86 + eae52bd commit dcc944a
Show file tree
Hide file tree
Showing 10 changed files with 60 additions and 68 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}
dependencies {
compile 'com.yevdo:jwildcard:1.2'
compile 'com.yevdo:jwildcard:1.3'
}
```

Expand All @@ -28,7 +28,7 @@ Maven <code>pom.xml</code>
<dependency>
<groupId>com.yevdo</groupId>
<artifactId>jwildcard</artifactId>
<version>1.2</version>
<version>1.3</version>
<type>pom</type>
</dependency>
```
Expand Down
50 changes: 8 additions & 42 deletions docs/com/yevdo/jwildcard/JWildcard.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Sat Mar 31 20:43:23 IDT 2018 -->
<title>JWildcard (jwildcard 1.2 API)</title>
<meta name="date" content="2018-03-31">
<!-- Generated by javadoc (1.8.0_144) on Sat Jun 23 09:02:35 IDT 2018 -->
<title>JWildcard (jwildcard 1.3 API)</title>
<meta name="date" content="2018-06-23">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JWildcard (jwildcard 1.2 API)";
parent.document.title = 'JWildcard (jwildcard 1.3 API)';
}
}
catch(err) {
Expand Down Expand Up @@ -74,13 +74,13 @@
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
Expand Down Expand Up @@ -115,23 +115,6 @@ <h2 title="Class JWildcard" class="title">Class JWildcard</h2>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/yevdo/jwildcard/JWildcard.html#JWildcard--">JWildcard</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
Expand Down Expand Up @@ -189,23 +172,6 @@ <h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="JWildcard--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>JWildcard</h4>
<pre>public&nbsp;JWildcard()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
Expand Down Expand Up @@ -342,13 +308,13 @@ <h4>matches</h4>
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
Expand Down
34 changes: 28 additions & 6 deletions docs/com/yevdo/jwildcard/JWildcardRule.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Sat Mar 31 20:43:23 IDT 2018 -->
<title>JWildcardRule (jwildcard 1.2 API)</title>
<meta name="date" content="2018-03-31">
<!-- Generated by javadoc (1.8.0_144) on Sat Jun 23 09:02:35 IDT 2018 -->
<title>JWildcardRule (jwildcard 1.3 API)</title>
<meta name="date" content="2018-06-23">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JWildcardRule (jwildcard 1.2 API)";
parent.document.title = 'JWildcardRule (jwildcard 1.3 API)';
}
}
catch(err) {
Expand Down Expand Up @@ -127,8 +127,14 @@ <h3>Constructor Summary</h3>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a
href="../../../com/yevdo/jwildcard/JWildcardRule.html#JWildcardRule-java.lang.String-">JWildcardRule</a></span>(java.lang.String&nbsp;regex)</code>
<div class="block">JWildcardRule - represents wildcard rule model</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/yevdo/jwildcard/JWildcardRule.html#JWildcardRule-java.lang.String-java.lang.String-">JWildcardRule</a></span>(java.lang.String&nbsp;source,
java.lang.String&nbsp;target)</code>
java.lang.String&nbsp;target)</code>
<div class="block">JWildcardRule - represents wildcard rule model</div>
</td>
</tr>
Expand Down Expand Up @@ -188,7 +194,7 @@ <h3>Constructor Detail</h3>
<a name="JWildcardRule-java.lang.String-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<ul class="blockList">
<li class="blockList">
<h4>JWildcardRule</h4>
<pre>public&nbsp;JWildcardRule(java.lang.String&nbsp;source,
Expand All @@ -198,6 +204,22 @@ <h4>JWildcardRule</h4>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>source</code> - a substring to seek for, can't be null</dd>
<dd><code>target</code> - a substring to replace by, can't be null</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if one of the above (key, value) is null</dd>
</dl>
</li>
</ul>
<a name="JWildcardRule-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>JWildcardRule</h4>
<pre>public&nbsp;JWildcardRule(java.lang.String&nbsp;regex)</pre>
<div class="block">JWildcardRule - represents wildcard rule model</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>regex</code> - a substring to leave as it is without wrapping by quotes, can't be null</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.lang.IllegalArgumentException</code> - if one of the above (key, value) is null</dd>
</dl>
Expand Down
8 changes: 4 additions & 4 deletions docs/com/yevdo/jwildcard/JWildcardRules.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Sat Mar 31 20:43:23 IDT 2018 -->
<title>JWildcardRules (jwildcard 1.2 API)</title>
<meta name="date" content="2018-03-31">
<!-- Generated by javadoc (1.8.0_144) on Sat Jun 23 09:02:35 IDT 2018 -->
<title>JWildcardRules (jwildcard 1.3 API)</title>
<meta name="date" content="2018-06-23">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JWildcardRules (jwildcard 1.2 API)";
parent.document.title = 'JWildcardRules (jwildcard 1.3 API)';
}
}
catch(err) {
Expand Down
6 changes: 3 additions & 3 deletions docs/com/yevdo/jwildcard/package-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Sat Mar 31 20:43:23 IDT 2018 -->
<title>com.yevdo.jwildcard (jwildcard 1.2 API)</title>
<meta name="date" content="2018-03-31">
<!-- Generated by javadoc (1.8.0_144) on Sat Jun 23 09:02:35 IDT 2018 -->
<title>com.yevdo.jwildcard (jwildcard 1.3 API)</title>
<meta name="date" content="2018-06-23">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
Expand Down
8 changes: 4 additions & 4 deletions docs/com/yevdo/jwildcard/package-summary.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Sat Mar 31 20:43:23 IDT 2018 -->
<title>com.yevdo.jwildcard (jwildcard 1.2 API)</title>
<meta name="date" content="2018-03-31">
<!-- Generated by javadoc (1.8.0_144) on Sat Jun 23 09:02:35 IDT 2018 -->
<title>com.yevdo.jwildcard (jwildcard 1.3 API)</title>
<meta name="date" content="2018-06-23">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.yevdo.jwildcard (jwildcard 1.2 API)";
parent.document.title = 'com.yevdo.jwildcard (jwildcard 1.3 API)';
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/com/yevdo/jwildcard/package-tree.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_144) on Sat Mar 31 20:43:23 IDT 2018 -->
<title>com.yevdo.jwildcard Class Hierarchy (jwildcard 1.2 API)</title>
<meta name="date" content="2018-03-31">
<!-- Generated by javadoc (1.8.0_144) on Sat Jun 23 09:02:35 IDT 2018 -->
<title>com.yevdo.jwildcard Class Hierarchy (jwildcard 1.3 API)</title>
<meta name="date" content="2018-06-23">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.yevdo.jwildcard Class Hierarchy (jwildcard 1.2 API)";
parent.document.title = 'com.yevdo.jwildcard Class Hierarchy (jwildcard 1.3 API)';
}
}
catch(err) {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Sat Jun 23 07:56:10 IDT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-bin.zip
7 changes: 6 additions & 1 deletion jwildcard/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.jfrog.bintray" version "1.7"
id "com.jfrog.bintray" version "1.8.2"
id "org.sonarqube" version "2.6"
}

Expand Down Expand Up @@ -40,6 +40,11 @@ bintray {
name = project.version
desc = 'JWildcard'
vcsTag = project.version

gpg {
sign = true
passphrase = System.getenv('GPG_PASSPHRASE')
}
}
}
}
Expand Down

0 comments on commit dcc944a

Please sign in to comment.