From 82ee0c49fa2a12a71ba5cca8230d43c42d96bce4 Mon Sep 17 00:00:00 2001 From: isuPatches Date: Tue, 4 Jul 2017 09:40:11 -0500 Subject: [PATCH] More constants, update tests, more safety checks, update javadocs close #57 --- javadoc/allclasses-frame.html | 4 +- javadoc/allclasses-noframe.html | 4 +- javadoc/com/isupatches/wisefy/WiseFy.html | 2 +- .../isupatches/wisefy/WiseFy.withContext.html | 2 +- .../wisefy/constants/Capabilities.html | 309 ++++++++++++++++++ .../wisefy/constants/NetworkTypes.html | 292 +++++++++++++++++ .../wisefy/constants/WiseFyCodes.html | 6 +- .../wisefy/constants/package-frame.html | 4 +- .../wisefy/constants/package-summary.html | 10 +- .../wisefy/constants/package-tree.html | 4 +- .../com/isupatches/wisefy/package-frame.html | 2 +- .../isupatches/wisefy/package-summary.html | 2 +- .../com/isupatches/wisefy/package-tree.html | 2 +- .../com/isupatches/wisefy/util/LogUtil.html | 2 +- .../isupatches/wisefy/util/ManagerUtil.html | 2 +- .../com/isupatches/wisefy/util/SSIDUtil.html | 2 +- .../isupatches/wisefy/util/package-frame.html | 2 +- .../wisefy/util/package-summary.html | 2 +- .../isupatches/wisefy/util/package-tree.html | 2 +- javadoc/constant-values.html | 61 +++- javadoc/deprecated-list.html | 2 +- javadoc/help-doc.html | 2 +- javadoc/index-all.html | 30 +- javadoc/index.html | 2 +- javadoc/overview-frame.html | 2 +- javadoc/overview-summary.html | 2 +- javadoc/overview-tree.html | 4 +- .../isupatches/wisefy/test/WiseFyTest.java | 66 +++- .../java/com/isupatches/wisefy/WiseFy.java | 10 +- .../wisefy/constants/Capabilities.java | 23 ++ .../wisefy/constants/NetworkTypes.java | 22 ++ .../wisefy/constants/WiseFyCodes.java | 15 + 32 files changed, 846 insertions(+), 50 deletions(-) create mode 100644 javadoc/com/isupatches/wisefy/constants/Capabilities.html create mode 100644 javadoc/com/isupatches/wisefy/constants/NetworkTypes.html create mode 100644 wisefy/src/main/java/com/isupatches/wisefy/constants/Capabilities.java create mode 100644 wisefy/src/main/java/com/isupatches/wisefy/constants/NetworkTypes.java diff --git a/javadoc/allclasses-frame.html b/javadoc/allclasses-frame.html index ff308e83..77fd708d 100644 --- a/javadoc/allclasses-frame.html +++ b/javadoc/allclasses-frame.html @@ -2,7 +2,7 @@ - + All Classes (wisefy 1.0.10 API) @@ -12,8 +12,10 @@

All Classes