public class JarListInfo extends Object implements ResponseBody
JarListHandler
.Modifier and Type | Class and Description |
---|---|
static class |
JarListInfo.JarEntryInfo
Nested class to encapsulate the jar entry info.
|
static class |
JarListInfo.JarFileInfo
Nested class to encapsulate the jar file info.
|
Modifier and Type | Field and Description |
---|---|
static String |
JAR_LIST_FIELD_ADDRESS |
static String |
JAR_LIST_FIELD_FILES |
List<JarListInfo.JarFileInfo> |
jarFileList |
Constructor and Description |
---|
JarListInfo(String address,
List<JarListInfo.JarFileInfo> jarFileList) |
public static final String JAR_LIST_FIELD_ADDRESS
public static final String JAR_LIST_FIELD_FILES
public List<JarListInfo.JarFileInfo> jarFileList
public JarListInfo(String address, List<JarListInfo.JarFileInfo> jarFileList)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.