You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brooklyn.apache.org by GitBox <gi...@apache.org> on 2021/08/10 19:28:26 UTC

[GitHub] [brooklyn-server] ahgittin commented on a change in pull request #1219: Controllin ADD_JAVA and ADD_CATALOG entitlements in BundleResource

ahgittin commented on a change in pull request #1219:
URL: https://github.com/apache/brooklyn-server/pull/1219#discussion_r686261115



##########
File path: utils/common/src/main/java/org/apache/brooklyn/util/io/FileUtil.java
##########
@@ -201,4 +205,18 @@ public static void deleteDirectory(final File file) {
             }
         }
     }
+
+    public static boolean isJava(InputStreamSource archive) {

Review comment:
       a better name would be `doesZipContainJavaBinaries`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@brooklyn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org