onModuleLoad()
.
+ */
+public class GRSFManageWidget implements EntryPoint {
+
+ /**
+ * This is the entry point method.
+ */
+ public void onModuleLoad(){
+
+ }
+}
diff --git a/src/main/java/org/gcube/datacatalogue/grsf_manage_widget/client/GRSFManageWidgetAsync.java b/src/main/java/org/gcube/datacatalogue/grsf_manage_widget/client/GRSFManageWidgetAsync.java
new file mode 100644
index 0000000..803e276
--- /dev/null
+++ b/src/main/java/org/gcube/datacatalogue/grsf_manage_widget/client/GRSFManageWidgetAsync.java
@@ -0,0 +1,18 @@
+/**
+ *
+ */
+package org.gcube.datacatalogue.grsf_manage_widget.client;
+
+import org.gcube.datacatalogue.grsf_manage_widget.shared.ManageProductBean;
+
+import com.google.gwt.user.client.rpc.AsyncCallback;
+
+
+public interface GRSFManageWidgetAsync {
+
+ void notifyProductUpdate(ManageProductBean bean,
+ AsyncCallbackPlease enter your name: | +|
+ | + |
+ |
t |
Modifier and Type | +Constant Field | +Value | +
---|---|---|
+
+protected static final String |
+ERROR_ON_RETRIEVING_BEAN |
+"It seems there was a problem while contacting the service..." |
+
+
+protected static final String |
+NO_GRSF_RECORD_BEAN |
+"This record is not a GRSF record, thus it cannot be managed" |
+
Modifier and Type | +Constant Field | +Value | +
---|---|---|
+
+public static final String |
+GCUBE_REQUEST_URL |
+"gcube-request-url" |
+
+
+public static final String |
+GRSF_UPDATER_SERVICE |
+"GRSFUpdaterEndPoint" |
+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/deprecated-list.html b/target/apidocs/deprecated-list.html new file mode 100644 index 0000000..6cd0853 --- /dev/null +++ b/target/apidocs/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/help-doc.html b/target/apidocs/help-doc.html new file mode 100644 index 0000000..172a6c6 --- /dev/null +++ b/target/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
+Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:
+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:
+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.
+Each annotation type has its own separate page with the following sections:
+Each enum has its own separate page with the following sections:
+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.
+There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object
. The interfaces do not inherit from java.lang.Object
.
The Deprecated API 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.
+The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.
+These links take you to the next or previous class, interface, package, or related page.
+These links show and hide the HTML frames. All pages are available with or without frames.
+The All Classes link shows all classes and interfaces except non-static nested types.
+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.
+The Constant Field Values page lists the static final fields and their values.
+Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/index-all.html b/target/apidocs/index-all.html new file mode 100644 index 0000000..8e0c957 --- /dev/null +++ b/target/apidocs/index-all.html @@ -0,0 +1,353 @@ + + + + + + +onModuleLoad()
.Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/index.html b/target/apidocs/index.html new file mode 100644 index 0000000..d8b2739 --- /dev/null +++ b/target/apidocs/index.html @@ -0,0 +1,76 @@ + + + + + + +public class GRSFManageWidget +extends Object +implements com.google.gwt.core.client.EntryPoint+
onModuleLoad()
.Constructor and Description | +
---|
GRSFManageWidget() |
+
Modifier and Type | +Method and Description | +
---|---|
void |
+onModuleLoad()
+This is the entry point method.
+ |
+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/GRSFManageWidgetAsync.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/GRSFManageWidgetAsync.html new file mode 100644 index 0000000..c49b877 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/GRSFManageWidgetAsync.html @@ -0,0 +1,240 @@ + + + + + + +public interface GRSFManageWidgetAsync
+Modifier and Type | +Method and Description | +
---|---|
void |
+getProductBeanById(String identifier,
+ com.google.gwt.user.client.rpc.AsyncCallback<ManageProductBean> callback) |
+
void |
+notifyProductUpdate(ManageProductBean bean,
+ com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
+
void notifyProductUpdate(ManageProductBean bean, + com.google.gwt.user.client.rpc.AsyncCallback<String> callback)+
void getProductBeanById(String identifier, + com.google.gwt.user.client.rpc.AsyncCallback<ManageProductBean> callback)+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/GRSFManageWidgetService.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/GRSFManageWidgetService.html new file mode 100644 index 0000000..e943ec4 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/GRSFManageWidgetService.html @@ -0,0 +1,261 @@ + + + + + + +@RemoteServiceRelativePath(value="grsfmanageservice")
+public interface GRSFManageWidgetService
+extends com.google.gwt.user.client.rpc.RemoteService
+Modifier and Type | +Method and Description | +
---|---|
ManageProductBean |
+getProductBeanById(String identifier)
+Get the product bean from the product identifier
+ |
+
String |
+notifyProductUpdate(ManageProductBean bean)
+Notify product update
+ |
+
String notifyProductUpdate(ManageProductBean bean)+
ManageProductBean getProductBeanById(String identifier) + throws Exception+
identifier
- Exception
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/class-use/GRSFManageWidget.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/class-use/GRSFManageWidget.html new file mode 100644 index 0000000..154f109 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/class-use/GRSFManageWidget.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/class-use/GRSFManageWidgetAsync.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/class-use/GRSFManageWidgetAsync.html new file mode 100644 index 0000000..2802265 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/class-use/GRSFManageWidgetAsync.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/class-use/GRSFManageWidgetService.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/class-use/GRSFManageWidgetService.html new file mode 100644 index 0000000..61d44d3 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/class-use/GRSFManageWidgetService.html @@ -0,0 +1,168 @@ + + + + + + +Package | +Description | +
---|---|
org.gcube.datacatalogue.grsf_manage_widget.server.manage | ++ |
Modifier and Type | +Class and Description | +
---|---|
class |
+GRSFNotificationService
+Endpoint for sending update records information to GRSF KB
+ |
+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/package-frame.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/package-frame.html new file mode 100644 index 0000000..cd29656 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/package-frame.html @@ -0,0 +1,26 @@ + + + + + + +Interface | +Description | +
---|---|
GRSFManageWidgetAsync | ++ |
GRSFManageWidgetService | ++ |
Class | +Description | +
---|---|
GRSFManageWidget | +
+ Entry point classes define
+onModuleLoad() . |
+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/package-tree.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/package-tree.html new file mode 100644 index 0000000..c114150 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/package-tree.html @@ -0,0 +1,148 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/package-use.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/package-use.html new file mode 100644 index 0000000..0091aa0 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/package-use.html @@ -0,0 +1,159 @@ + + + + + + +Package | +Description | +
---|---|
org.gcube.datacatalogue.grsf_manage_widget.server.manage | ++ |
Class and Description | +
---|
GRSFManageWidgetService | +
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/ManageProductWidget.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/ManageProductWidget.html new file mode 100644 index 0000000..e5d9b3f --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/ManageProductWidget.html @@ -0,0 +1,414 @@ + + + + + + +public class ManageProductWidget
+extends com.google.gwt.user.client.ui.Composite
+com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
Modifier and Type | +Field and Description | +
---|---|
protected static String |
+ERROR_ON_RETRIEVING_BEAN |
+
static String |
+LOADING_IMAGE_URL |
+
protected static String |
+NO_GRSF_RECORD_BEAN |
+
DEBUG_ID_PREFIX
Constructor and Description | +
---|
ManageProductWidget(String productIdentifier) |
+
Modifier and Type | +Method and Description | +
---|---|
protected void |
+showInfo(String statusUpdateError,
+ com.github.gwtbootstrap.client.ui.constants.AlertType type)
+Show information
+ |
+
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString
public static final String LOADING_IMAGE_URL+
protected static final String ERROR_ON_RETRIEVING_BEAN+
protected static final String NO_GRSF_RECORD_BEAN+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/class-use/ManageProductWidget.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/class-use/ManageProductWidget.html new file mode 100644 index 0000000..b24cd51 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/class-use/ManageProductWidget.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/package-frame.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/package-frame.html new file mode 100644 index 0000000..45b2439 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +Class | +Description | +
---|---|
ManageProductWidget | ++ |
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/package-tree.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/package-tree.html new file mode 100644 index 0000000..81d7b03 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/package-tree.html @@ -0,0 +1,151 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/package-use.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/package-use.html new file mode 100644 index 0000000..74fee69 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/client/view/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/GRSFNotificationService.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/GRSFNotificationService.html new file mode 100644 index 0000000..68e131c --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/GRSFNotificationService.html @@ -0,0 +1,595 @@ + + + + + + +public class GRSFNotificationService +extends com.google.gwt.user.server.rpc.RemoteServiceServlet +implements GRSFManageWidgetService+
Modifier and Type | +Field and Description | +
---|---|
static String |
+GCUBE_REQUEST_URL |
+
static String |
+GRSF_UPDATER_SERVICE |
+
perThreadRequest, perThreadResponse
Constructor and Description | +
---|
GRSFNotificationService() |
+
Modifier and Type | +Method and Description | +
---|---|
static String |
+discoverEndPoint(String context)
+Discover the service endpoint and return its url
+ |
+
org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogue |
+getCatalogue(String discoverScope)
+Instanciate the ckan util library.
+ |
+
static String |
+getCurrentClientUrl(javax.servlet.http.HttpServletRequest httpServletRequest)
+Needed to get the url of the client
+ |
+
static String |
+getCurrentContext(javax.servlet.http.HttpServletRequest request,
+ boolean setInThread)
+Retrieve the current scope by using the portal manager
+ |
+
static org.gcube.vomanagement.usermanagement.model.GCubeUser |
+getCurrentUser(javax.servlet.http.HttpServletRequest request)
+Retrieve the current user by using the portal manager
+ |
+
ManageProductBean |
+getProductBeanById(String productIdentifier)
+Get the product bean from the product identifier
+ |
+
static String |
+getScopeFromClientUrl(javax.servlet.http.HttpServletRequest httpServletRequest)
+Get the scope in which ckan information needs to be discovered from the url
+ |
+
String |
+notifyProductUpdate(ManageProductBean bean)
+Notify product update
+ |
+
static String |
+updateCatalogueRecord(String serviceUrl,
+ ManageProductBean bean,
+ org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogue catalogue,
+ String username)
+Send an update for this bean
+ |
+
checkPermutationStrongName, doGetSerializationPolicy, getCodeServerPolicyUrl, getRequestModuleBasePath, getSerializationPolicy, init, loadPolicyFromCodeServer, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processCall, processPost, shouldCompressResponse
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public static final String GRSF_UPDATER_SERVICE+
public static final String GCUBE_REQUEST_URL+
public GRSFNotificationService()+
public org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogue getCatalogue(String discoverScope)+
discoverScope
- if you want to the discover the utils library in this specified scopepublic String notifyProductUpdate(ManageProductBean bean)+
GRSFManageWidgetService
notifyProductUpdate
in interface GRSFManageWidgetService
public ManageProductBean getProductBeanById(String productIdentifier) + throws Exception+
GRSFManageWidgetService
getProductBeanById
in interface GRSFManageWidgetService
Exception
public static String discoverEndPoint(String context)+
context
- public static String updateCatalogueRecord(String serviceUrl, + ManageProductBean bean, + org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogue catalogue, + String username)+
baseUrl
- bean
- username
- catalogue
- public static String getScopeFromClientUrl(javax.servlet.http.HttpServletRequest httpServletRequest)+
httpServletRequest
- public static String getCurrentClientUrl(javax.servlet.http.HttpServletRequest httpServletRequest)+
httpServletRequest
- the httpServletRequest objecturl at client side
public static String getCurrentContext(javax.servlet.http.HttpServletRequest request, + boolean setInThread)+
b
- public static org.gcube.vomanagement.usermanagement.model.GCubeUser getCurrentUser(javax.servlet.http.HttpServletRequest request)+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/class-use/GRSFNotificationService.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/class-use/GRSFNotificationService.html new file mode 100644 index 0000000..3b8f1bf --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/class-use/GRSFNotificationService.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/package-frame.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/package-frame.html new file mode 100644 index 0000000..9939969 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +Class | +Description | +
---|---|
GRSFNotificationService | +
+ Endpoint for sending update records information to GRSF KB
+ |
+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/package-tree.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/package-tree.html new file mode 100644 index 0000000..ae05e3a --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/package-tree.html @@ -0,0 +1,155 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/package-use.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/package-use.html new file mode 100644 index 0000000..ea3ba05 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/server/manage/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/GRSFStatus.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/GRSFStatus.html new file mode 100644 index 0000000..3966f8f --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/GRSFStatus.html @@ -0,0 +1,414 @@ + + + + + + +public enum GRSFStatus +extends Enum<GRSFStatus>+
Enum Constant and Description | +
---|
APPROVED |
+
ARCHIVED |
+
HIDDEN |
+
PENDING |
+
REJECTED |
+
Modifier and Type | +Method and Description | +
---|---|
static GRSFStatus |
+fromString(String string) |
+
String |
+toString() |
+
static GRSFStatus |
+valueOf(String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static GRSFStatus[] |
+values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
public static final GRSFStatus APPROVED+
public static final GRSFStatus REJECTED+
public static final GRSFStatus PENDING+
public static final GRSFStatus ARCHIVED+
public static final GRSFStatus HIDDEN+
public static GRSFStatus[] values()+
+for (GRSFStatus c : GRSFStatus.values()) + System.out.println(c); +
public static GRSFStatus valueOf(String name)+
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()+
toString
in class Enum<GRSFStatus>
public static GRSFStatus fromString(String string)+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ManageProductBean.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ManageProductBean.html new file mode 100644 index 0000000..a2ea114 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ManageProductBean.html @@ -0,0 +1,504 @@ + + + + + + +public class ManageProductBean +extends Object +implements Serializable+
Constructor and Description | +
---|
ManageProductBean() |
+
ManageProductBean(String productName,
+ String catalogueIdentifier,
+ String knowledgeBaseIdentifier,
+ GRSFStatus currentStatus,
+ GRSFStatus newStatus,
+ String annotation,
+ String productType) |
+
Modifier and Type | +Method and Description | +
---|---|
String |
+getAnnotation() |
+
String |
+getCatalogueIdentifier() |
+
GRSFStatus |
+getCurrentStatus() |
+
String |
+getKnowledgeBaseIdentifier() |
+
GRSFStatus |
+getNewStatus() |
+
String |
+getProductName() |
+
String |
+getProductType() |
+
void |
+setAnnotation(String annotation) |
+
void |
+setCatalogueIdentifier(String catalogueIdentifier) |
+
void |
+setCurrentStatus(GRSFStatus currentStatus) |
+
void |
+setKnowledgeBaseIdentifier(String knowledgeBaseIdentifier) |
+
void |
+setNewStatus(GRSFStatus newStatus) |
+
void |
+setProductName(String productName) |
+
void |
+setProductType(String productType) |
+
String |
+toString() |
+
public ManageProductBean()+
public ManageProductBean(String productName, + String catalogueIdentifier, + String knowledgeBaseIdentifier, + GRSFStatus currentStatus, + GRSFStatus newStatus, + String annotation, + String productType)+
productName
- catalogueIdentifier
- knowledgeBaseIdentifier
- statusOld
- newStatus
- annotation
- public String getCatalogueIdentifier()+
public void setCatalogueIdentifier(String catalogueIdentifier)+
public String getKnowledgeBaseIdentifier()+
public void setKnowledgeBaseIdentifier(String knowledgeBaseIdentifier)+
public GRSFStatus getCurrentStatus()+
public void setCurrentStatus(GRSFStatus currentStatus)+
public GRSFStatus getNewStatus()+
public void setNewStatus(GRSFStatus newStatus)+
public String getAnnotation()+
public void setAnnotation(String annotation)+
public String getProductName()+
public void setProductName(String productName)+
public String getProductType()+
public void setProductType(String productType)+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/class-use/GRSFStatus.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/class-use/GRSFStatus.html new file mode 100644 index 0000000..3842af7 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/class-use/GRSFStatus.html @@ -0,0 +1,221 @@ + + + + + + +Package | +Description | +
---|---|
org.gcube.datacatalogue.grsf_manage_widget.shared | ++ |
Modifier and Type | +Method and Description | +
---|---|
static GRSFStatus |
+GRSFStatus.fromString(String string) |
+
GRSFStatus |
+ManageProductBean.getCurrentStatus() |
+
GRSFStatus |
+ManageProductBean.getNewStatus() |
+
static GRSFStatus |
+GRSFStatus.valueOf(String name)
+Returns the enum constant of this type with the specified name.
+ |
+
static GRSFStatus[] |
+GRSFStatus.values()
+Returns an array containing the constants of this enum type, in
+the order they are declared.
+ |
+
Modifier and Type | +Method and Description | +
---|---|
void |
+ManageProductBean.setCurrentStatus(GRSFStatus currentStatus) |
+
void |
+ManageProductBean.setNewStatus(GRSFStatus newStatus) |
+
Constructor and Description | +
---|
ManageProductBean(String productName,
+ String catalogueIdentifier,
+ String knowledgeBaseIdentifier,
+ GRSFStatus currentStatus,
+ GRSFStatus newStatus,
+ String annotation,
+ String productType) |
+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/class-use/ManageProductBean.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/class-use/ManageProductBean.html new file mode 100644 index 0000000..856eb1a --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/class-use/ManageProductBean.html @@ -0,0 +1,246 @@ + + + + + + +Package | +Description | +
---|---|
org.gcube.datacatalogue.grsf_manage_widget.client | ++ |
org.gcube.datacatalogue.grsf_manage_widget.server.manage | ++ |
Modifier and Type | +Method and Description | +
---|---|
ManageProductBean |
+GRSFManageWidgetService.getProductBeanById(String identifier)
+Get the product bean from the product identifier
+ |
+
Modifier and Type | +Method and Description | +
---|---|
String |
+GRSFManageWidgetService.notifyProductUpdate(ManageProductBean bean)
+Notify product update
+ |
+
void |
+GRSFManageWidgetAsync.notifyProductUpdate(ManageProductBean bean,
+ com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
+
Modifier and Type | +Method and Description | +
---|---|
void |
+GRSFManageWidgetAsync.getProductBeanById(String identifier,
+ com.google.gwt.user.client.rpc.AsyncCallback<ManageProductBean> callback) |
+
Modifier and Type | +Method and Description | +
---|---|
ManageProductBean |
+GRSFNotificationService.getProductBeanById(String productIdentifier) |
+
Modifier and Type | +Method and Description | +
---|---|
String |
+GRSFNotificationService.notifyProductUpdate(ManageProductBean bean) |
+
static String |
+GRSFNotificationService.updateCatalogueRecord(String serviceUrl,
+ ManageProductBean bean,
+ org.gcube.datacatalogue.ckanutillibrary.server.DataCatalogue catalogue,
+ String username)
+Send an update for this bean
+ |
+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/NoGRSFRecordException.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/NoGRSFRecordException.html new file mode 100644 index 0000000..f812e30 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/NoGRSFRecordException.html @@ -0,0 +1,315 @@ + + + + + + +public class NoGRSFRecordException +extends Exception+
Constructor and Description | +
---|
NoGRSFRecordException() |
+
NoGRSFRecordException(String errorMessage) |
+
Modifier and Type | +Method and Description | +
---|---|
String |
+getErrorMessage() |
+
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/class-use/NoGRSFRecordException.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/class-use/NoGRSFRecordException.html new file mode 100644 index 0000000..815dd9a --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/class-use/NoGRSFRecordException.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/package-frame.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/package-frame.html new file mode 100644 index 0000000..a67f120 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +Exception | +Description | +
---|---|
NoGRSFRecordException | +
+ This is thrown when the Manage product is pushed on a product that has
+ a Record Type field of Source or none.
+ |
+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/package-tree.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/package-tree.html new file mode 100644 index 0000000..aa5e557 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/package-tree.html @@ -0,0 +1,147 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/package-use.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/package-use.html new file mode 100644 index 0000000..e25e5a3 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/ex/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/package-frame.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/package-frame.html new file mode 100644 index 0000000..e64391a --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/package-frame.html @@ -0,0 +1,25 @@ + + + + + + +Class | +Description | +
---|---|
ManageProductBean | +
+ The bean to be managed by some people (e.g., GRSF).
+ |
+
Enum | +Description | +
---|---|
GRSFStatus | +
+ Status of a grsf record.
+ |
+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/package-tree.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/package-tree.html new file mode 100644 index 0000000..8eeb165 --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/package-tree.html @@ -0,0 +1,151 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/package-use.html b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/package-use.html new file mode 100644 index 0000000..576bdbb --- /dev/null +++ b/target/apidocs/org/gcube/datacatalogue/grsf_manage_widget/shared/package-use.html @@ -0,0 +1,203 @@ + + + + + + +Package | +Description | +
---|---|
org.gcube.datacatalogue.grsf_manage_widget.client | ++ |
org.gcube.datacatalogue.grsf_manage_widget.server.manage | ++ |
org.gcube.datacatalogue.grsf_manage_widget.shared | ++ |
Class and Description | +
---|
ManageProductBean
+ The bean to be managed by some people (e.g., GRSF).
+ |
+
Class and Description | +
---|
ManageProductBean
+ The bean to be managed by some people (e.g., GRSF).
+ |
+
Class and Description | +
---|
GRSFStatus
+ Status of a grsf record.
+ |
+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/overview-frame.html b/target/apidocs/overview-frame.html new file mode 100644 index 0000000..29c4881 --- /dev/null +++ b/target/apidocs/overview-frame.html @@ -0,0 +1,26 @@ + + + + + + ++ + diff --git a/target/apidocs/overview-summary.html b/target/apidocs/overview-summary.html new file mode 100644 index 0000000..227ef51 --- /dev/null +++ b/target/apidocs/overview-summary.html @@ -0,0 +1,156 @@ + + + + + + +
Package | +Description | +
---|---|
org.gcube.datacatalogue.grsf_manage_widget.client | ++ |
org.gcube.datacatalogue.grsf_manage_widget.client.view | ++ |
org.gcube.datacatalogue.grsf_manage_widget.server.manage | ++ |
org.gcube.datacatalogue.grsf_manage_widget.shared | ++ |
org.gcube.datacatalogue.grsf_manage_widget.shared.ex | ++ |
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/overview-tree.html b/target/apidocs/overview-tree.html new file mode 100644 index 0000000..96a1664 --- /dev/null +++ b/target/apidocs/overview-tree.html @@ -0,0 +1,204 @@ + + + + + + +Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/package-list b/target/apidocs/package-list new file mode 100644 index 0000000..311d259 --- /dev/null +++ b/target/apidocs/package-list @@ -0,0 +1,5 @@ +org.gcube.datacatalogue.grsf_manage_widget.client +org.gcube.datacatalogue.grsf_manage_widget.client.view +org.gcube.datacatalogue.grsf_manage_widget.server.manage +org.gcube.datacatalogue.grsf_manage_widget.shared +org.gcube.datacatalogue.grsf_manage_widget.shared.ex diff --git a/target/apidocs/script.js b/target/apidocs/script.js new file mode 100644 index 0000000..b346356 --- /dev/null +++ b/target/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[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 = "" + tabs[value][1] + ""; + } + } +} diff --git a/target/apidocs/serialized-form.html b/target/apidocs/serialized-form.html new file mode 100644 index 0000000..0453254 --- /dev/null +++ b/target/apidocs/serialized-form.html @@ -0,0 +1,217 @@ + + + + + + +String productName+
String catalogueIdentifier+
String knowledgeBaseIdentifier+
GRSFStatus currentStatus+
GRSFStatus newStatus+
String annotation+
String productType+
String errorMessage+
Copyright © 2017. All Rights Reserved.
+ + diff --git a/target/apidocs/stylesheet.css b/target/apidocs/stylesheet.css new file mode 100644 index 0000000..98055b2 --- /dev/null +++ b/target/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +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; +} +/* +Document title and Copyright styles +*/ +.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; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.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.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; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader 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; +} +/* +Heading styles +*/ +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; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + 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 Sans Mono',monospace; +} +.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; +} +/* +List styles +*/ +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; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary 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, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary 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 { + 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 { + 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 { + 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 { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.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; +} +/* +Formatting effect styles +*/ +.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, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.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; +} diff --git a/target/archive-tmp/fileSetFormatter.1655824839.tmp/LICENSE b/target/archive-tmp/fileSetFormatter.1655824839.tmp/LICENSE new file mode 100644 index 0000000..b3c3804 --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.1655824839.tmp/LICENSE @@ -0,0 +1,313 @@ +European Union Public Licence V. 1.1 + + +EUPL © the European Community 2007 + + +This European Union Public Licence (the “EUPLâ€) applies to the Work or Software +(as defined below) which is provided under the terms of this Licence. Any use of +the Work, other than as authorised under this Licence is prohibited (to the +extent such use is covered by a right of the copyright holder of the Work). + +The Original Work is provided under the terms of this Licence when the Licensor +(as defined below) has placed the following notice immediately following the +copyright notice for the Original Work: + +Licensed under the EUPL V.1.1 + +or has expressed by any other mean his willingness to license under the EUPL. + + + +1. Definitions + +In this Licence, the following terms have the following meaning: + +- The Licence: this Licence. + +- The Original Work or the Software: the software distributed and/or + communicated by the Licensor under this Licence, available as Source Code and + also as Executable Code as the case may be. + +- Derivative Works: the works or software that could be created by the Licensee, + based upon the Original Work or modifications thereof. This Licence does not + define the extent of modification or dependence on the Original Work required + in order to classify a work as a Derivative Work; this extent is determined by + copyright law applicable in the country mentioned in Article 15. + +- The Work: the Original Work and/or its Derivative Works. + +- The Source Code: the human-readable form of the Work which is the most + convenient for people to study and modify. + +- The Executable Code: any code which has generally been compiled and which is + meant to be interpreted by a computer as a program. + +- The Licensor: the natural or legal person that distributes and/or communicates + the Work under the Licence. + +- Contributor(s): any natural or legal person who modifies the Work under the + Licence, or otherwise contributes to the creation of a Derivative Work. + +- The Licensee or “Youâ€: any natural or legal person who makes any usage of the + Software under the terms of the Licence. + +- Distribution and/or Communication: any act of selling, giving, lending, + renting, distributing, communicating, transmitting, or otherwise making + available, on-line or off-line, copies of the Work or providing access to its + essential functionalities at the disposal of any other natural or legal + person. + + + +2. Scope of the rights granted by the Licence + +The Licensor hereby grants You a world-wide, royalty-free, non-exclusive, +sub-licensable licence to do the following, for the duration of copyright vested +in the Original Work: + +- use the Work in any circumstance and for all usage, reproduce the Work, modify +- the Original Work, and make Derivative Works based upon the Work, communicate +- to the public, including the right to make available or display the Work or +- copies thereof to the public and perform publicly, as the case may be, the +- Work, distribute the Work or copies thereof, lend and rent the Work or copies +- thereof, sub-license rights in the Work or copies thereof. + +Those rights can be exercised on any media, supports and formats, whether now +known or later invented, as far as the applicable law permits so. + +In the countries where moral rights apply, the Licensor waives his right to +exercise his moral right to the extent allowed by law in order to make effective +the licence of the economic rights here above listed. + +The Licensor grants to the Licensee royalty-free, non exclusive usage rights to +any patents held by the Licensor, to the extent necessary to make use of the +rights granted on the Work under this Licence. + + + +3. Communication of the Source Code + +The Licensor may provide the Work either in its Source Code form, or as +Executable Code. If the Work is provided as Executable Code, the Licensor +provides in addition a machine-readable copy of the Source Code of the Work +along with each copy of the Work that the Licensor distributes or indicates, in +a notice following the copyright notice attached to the Work, a repository where +the Source Code is easily and freely accessible for as long as the Licensor +continues to distribute and/or communicate the Work. + + + +4. Limitations on copyright + +Nothing in this Licence is intended to deprive the Licensee of the benefits from +any exception or limitation to the exclusive rights of the rights owners in the +Original Work or Software, of the exhaustion of those rights or of other +applicable limitations thereto. + + + +5. Obligations of the Licensee + +The grant of the rights mentioned above is subject to some restrictions and +obligations imposed on the Licensee. Those obligations are the following: + +Attribution right: the Licensee shall keep intact all copyright, patent or +trademarks notices and all notices that refer to the Licence and to the +disclaimer of warranties. The Licensee must include a copy of such notices and a +copy of the Licence with every copy of the Work he/she distributes and/or +communicates. The Licensee must cause any Derivative Work to carry prominent +notices stating that the Work has been modified and the date of modification. + +Copyleft clause: If the Licensee distributes and/or communicates copies of the +Original Works or Derivative Works based upon the Original Work, this +Distribution and/or Communication will be done under the terms of this Licence +or of a later version of this Licence unless the Original Work is expressly +distributed only under this version of the Licence. The Licensee (becoming +Licensor) cannot offer or impose any additional terms or conditions on the Work +or Derivative Work that alter or restrict the terms of the Licence. + +Compatibility clause: If the Licensee Distributes and/or Communicates Derivative +Works or copies thereof based upon both the Original Work and another work +licensed under a Compatible Licence, this Distribution and/or Communication can +be done under the terms of this Compatible Licence. For the sake of this clause, +“Compatible Licence†refers to the licences listed in the appendix attached to +this Licence. Should the Licensee’s obligations under the Compatible Licence +conflict with his/her obligations under this Licence, the obligations of the +Compatible Licence shall prevail. + +Provision of Source Code: When distributing and/or communicating copies of the +Work, the Licensee will provide a machine-readable copy of the Source Code or +indicate a repository where this Source will be easily and freely available for +as long as the Licensee continues to distribute and/or communicate the Work. + +Legal Protection: This Licence does not grant permission to use the trade names, +trademarks, service marks, or names of the Licensor, except as required for +reasonable and customary use in describing the origin of the Work and +reproducing the content of the copyright notice. + + + +6. Chain of Authorship + +The original Licensor warrants that the copyright in the Original Work granted +hereunder is owned by him/her or licensed to him/her and that he/she has the +power and authority to grant the Licence. + +Each Contributor warrants that the copyright in the modifications he/she brings +to the Work are owned by him/her or licensed to him/her and that he/she has the +power and authority to grant the Licence. + +Each time You accept the Licence, the original Licensor and subsequent +Contributors grant You a licence to their contributions to the Work, under the +terms of this Licence. + + + +7. Disclaimer of Warranty + +The Work is a work in progress, which is continuously improved by numerous +contributors. It is not a finished work and may therefore contain defects or +“bugs†inherent to this type of software development. + +For the above reason, the Work is provided under the Licence on an “as is†basis +and without warranties of any kind concerning the Work, including without +limitation merchantability, fitness for a particular purpose, absence of defects +or errors, accuracy, non-infringement of intellectual property rights other than +copyright as stated in Article 6 of this Licence. + +This disclaimer of warranty is an essential part of the Licence and a condition +for the grant of any rights to the Work. + + + +8. Disclaimer of Liability + +Except in the cases of wilful misconduct or damages directly caused to natural +persons, the Licensor will in no event be liable for any direct or indirect, +material or moral, damages of any kind, arising out of the Licence or of the use +of the Work, including without limitation, damages for loss of goodwill, work +stoppage, computer failure or malfunction, loss of data or any commercial +damage, even if the Licensor has been advised of the possibility of such +damage. However, the Licensor will be liable under statutory product liability +laws as far such laws apply to the Work. + + + +9. Additional agreements + +While distributing the Original Work or Derivative Works, You may choose to +conclude an additional agreement to offer, and charge a fee for, acceptance of +support, warranty, indemnity, or other liability obligations and/or services +consistent with this Licence. However, in accepting such obligations, You may +act only on your own behalf and on your sole responsibility, not on behalf of +the original Licensor or any other Contributor, and only if You agree to +indemnify, defend, and hold each Contributor harmless for any liability incurred +by, or claims asserted against such Contributor by the fact You have accepted +any such warranty or additional liability. + + + +10. Acceptance of the Licence + +The provisions of this Licence can be accepted by clicking on an icon “I agree†+placed under the bottom of a window displaying the text of this Licence or by +affirming consent in any other similar way, in accordance with the rules of +applicable law. Clicking on that icon indicates your clear and irrevocable +acceptance of this Licence and all of its terms and conditions. + +Similarly, you irrevocably accept this Licence and all of its terms and +conditions by exercising any rights granted to You by Article 2 of this Licence, +such as the use of the Work, the creation by You of a Derivative Work or the +Distribution and/or Communication by You of the Work or copies thereof. + + + +11. Information to the public + +In case of any Distribution and/or Communication of the Work by means of +electronic communication by You (for example, by offering to download the Work +from a remote location) the distribution channel or media (for example, a +website) must at least provide to the public the information requested by the +applicable law regarding the Licensor, the Licence and the way it may be +accessible, concluded, stored and reproduced by the Licensee. + + + +12. Termination of the Licence + +The Licence and the rights granted hereunder will terminate automatically upon +any breach by the Licensee of the terms of the Licence. + +Such a termination will not terminate the licences of any person who has +received the Work from the Licensee under the Licence, provided such persons +remain in full compliance with the Licence. + + + +13. Miscellaneous + +Without prejudice of Article 9 above, the Licence represents the complete +agreement between the Parties as to the Work licensed hereunder. + +If any provision of the Licence is invalid or unenforceable under applicable +law, this will not affect the validity or enforceability of the Licence as a +whole. Such provision will be construed and/or reformed so as necessary to make +it valid and enforceable. + +The European Commission may publish other linguistic versions and/or new +versions of this Licence, so far this is required and reasonable, without +reducing the scope of the rights granted by the Licence. New versions of the +Licence will be published with a unique version number. + +All linguistic versions of this Licence, approved by the European Commission, +have identical value. Parties can take advantage of the linguistic version of +their choice. + + + +14. Jurisdiction + +Any litigation resulting from the interpretation of this License, arising +between the European Commission, as a Licensor, and any Licensee, will be +subject to the jurisdiction of the Court of Justice of the European Communities, +as laid down in article 238 of the Treaty establishing the European Community. + +Any litigation arising between Parties, other than the European Commission, and +resulting from the interpretation of this License, will be subject to the +exclusive jurisdiction of the competent court where the Licensor resides or +conducts its primary business. + + + +15. Applicable Law + +This Licence shall be governed by the law of the European Union country where +the Licensor resides or has his registered office. + +This licence shall be governed by the Belgian law if: + +- a litigation arises between the European Commission, as a Licensor, and any +- Licensee; the Licensor, other than the European Commission, has no residence +- or registered office inside a European Union country. + + +=== + + +Appendix + + + +“Compatible Licences†according to article 5 EUPL are: + + +- GNU General Public License (GNU GPL) v. 2 + +- Open Software License (OSL) v. 2.1, v. 3.0 + +- Common Public License v. 1.0 + +- Eclipse Public License v. 1.0 + +- Cecill v. 2.0 \ No newline at end of file diff --git a/target/archive-tmp/fileSetFormatter.1655824839.tmp/LICENSE.1563072728.filtered b/target/archive-tmp/fileSetFormatter.1655824839.tmp/LICENSE.1563072728.filtered new file mode 100644 index 0000000..b3c3804 --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.1655824839.tmp/LICENSE.1563072728.filtered @@ -0,0 +1,313 @@ +European Union Public Licence V. 1.1 + + +EUPL © the European Community 2007 + + +This European Union Public Licence (the “EUPLâ€) applies to the Work or Software +(as defined below) which is provided under the terms of this Licence. Any use of +the Work, other than as authorised under this Licence is prohibited (to the +extent such use is covered by a right of the copyright holder of the Work). + +The Original Work is provided under the terms of this Licence when the Licensor +(as defined below) has placed the following notice immediately following the +copyright notice for the Original Work: + +Licensed under the EUPL V.1.1 + +or has expressed by any other mean his willingness to license under the EUPL. + + + +1. Definitions + +In this Licence, the following terms have the following meaning: + +- The Licence: this Licence. + +- The Original Work or the Software: the software distributed and/or + communicated by the Licensor under this Licence, available as Source Code and + also as Executable Code as the case may be. + +- Derivative Works: the works or software that could be created by the Licensee, + based upon the Original Work or modifications thereof. This Licence does not + define the extent of modification or dependence on the Original Work required + in order to classify a work as a Derivative Work; this extent is determined by + copyright law applicable in the country mentioned in Article 15. + +- The Work: the Original Work and/or its Derivative Works. + +- The Source Code: the human-readable form of the Work which is the most + convenient for people to study and modify. + +- The Executable Code: any code which has generally been compiled and which is + meant to be interpreted by a computer as a program. + +- The Licensor: the natural or legal person that distributes and/or communicates + the Work under the Licence. + +- Contributor(s): any natural or legal person who modifies the Work under the + Licence, or otherwise contributes to the creation of a Derivative Work. + +- The Licensee or “Youâ€: any natural or legal person who makes any usage of the + Software under the terms of the Licence. + +- Distribution and/or Communication: any act of selling, giving, lending, + renting, distributing, communicating, transmitting, or otherwise making + available, on-line or off-line, copies of the Work or providing access to its + essential functionalities at the disposal of any other natural or legal + person. + + + +2. Scope of the rights granted by the Licence + +The Licensor hereby grants You a world-wide, royalty-free, non-exclusive, +sub-licensable licence to do the following, for the duration of copyright vested +in the Original Work: + +- use the Work in any circumstance and for all usage, reproduce the Work, modify +- the Original Work, and make Derivative Works based upon the Work, communicate +- to the public, including the right to make available or display the Work or +- copies thereof to the public and perform publicly, as the case may be, the +- Work, distribute the Work or copies thereof, lend and rent the Work or copies +- thereof, sub-license rights in the Work or copies thereof. + +Those rights can be exercised on any media, supports and formats, whether now +known or later invented, as far as the applicable law permits so. + +In the countries where moral rights apply, the Licensor waives his right to +exercise his moral right to the extent allowed by law in order to make effective +the licence of the economic rights here above listed. + +The Licensor grants to the Licensee royalty-free, non exclusive usage rights to +any patents held by the Licensor, to the extent necessary to make use of the +rights granted on the Work under this Licence. + + + +3. Communication of the Source Code + +The Licensor may provide the Work either in its Source Code form, or as +Executable Code. If the Work is provided as Executable Code, the Licensor +provides in addition a machine-readable copy of the Source Code of the Work +along with each copy of the Work that the Licensor distributes or indicates, in +a notice following the copyright notice attached to the Work, a repository where +the Source Code is easily and freely accessible for as long as the Licensor +continues to distribute and/or communicate the Work. + + + +4. Limitations on copyright + +Nothing in this Licence is intended to deprive the Licensee of the benefits from +any exception or limitation to the exclusive rights of the rights owners in the +Original Work or Software, of the exhaustion of those rights or of other +applicable limitations thereto. + + + +5. Obligations of the Licensee + +The grant of the rights mentioned above is subject to some restrictions and +obligations imposed on the Licensee. Those obligations are the following: + +Attribution right: the Licensee shall keep intact all copyright, patent or +trademarks notices and all notices that refer to the Licence and to the +disclaimer of warranties. The Licensee must include a copy of such notices and a +copy of the Licence with every copy of the Work he/she distributes and/or +communicates. The Licensee must cause any Derivative Work to carry prominent +notices stating that the Work has been modified and the date of modification. + +Copyleft clause: If the Licensee distributes and/or communicates copies of the +Original Works or Derivative Works based upon the Original Work, this +Distribution and/or Communication will be done under the terms of this Licence +or of a later version of this Licence unless the Original Work is expressly +distributed only under this version of the Licence. The Licensee (becoming +Licensor) cannot offer or impose any additional terms or conditions on the Work +or Derivative Work that alter or restrict the terms of the Licence. + +Compatibility clause: If the Licensee Distributes and/or Communicates Derivative +Works or copies thereof based upon both the Original Work and another work +licensed under a Compatible Licence, this Distribution and/or Communication can +be done under the terms of this Compatible Licence. For the sake of this clause, +“Compatible Licence†refers to the licences listed in the appendix attached to +this Licence. Should the Licensee’s obligations under the Compatible Licence +conflict with his/her obligations under this Licence, the obligations of the +Compatible Licence shall prevail. + +Provision of Source Code: When distributing and/or communicating copies of the +Work, the Licensee will provide a machine-readable copy of the Source Code or +indicate a repository where this Source will be easily and freely available for +as long as the Licensee continues to distribute and/or communicate the Work. + +Legal Protection: This Licence does not grant permission to use the trade names, +trademarks, service marks, or names of the Licensor, except as required for +reasonable and customary use in describing the origin of the Work and +reproducing the content of the copyright notice. + + + +6. Chain of Authorship + +The original Licensor warrants that the copyright in the Original Work granted +hereunder is owned by him/her or licensed to him/her and that he/she has the +power and authority to grant the Licence. + +Each Contributor warrants that the copyright in the modifications he/she brings +to the Work are owned by him/her or licensed to him/her and that he/she has the +power and authority to grant the Licence. + +Each time You accept the Licence, the original Licensor and subsequent +Contributors grant You a licence to their contributions to the Work, under the +terms of this Licence. + + + +7. Disclaimer of Warranty + +The Work is a work in progress, which is continuously improved by numerous +contributors. It is not a finished work and may therefore contain defects or +“bugs†inherent to this type of software development. + +For the above reason, the Work is provided under the Licence on an “as is†basis +and without warranties of any kind concerning the Work, including without +limitation merchantability, fitness for a particular purpose, absence of defects +or errors, accuracy, non-infringement of intellectual property rights other than +copyright as stated in Article 6 of this Licence. + +This disclaimer of warranty is an essential part of the Licence and a condition +for the grant of any rights to the Work. + + + +8. Disclaimer of Liability + +Except in the cases of wilful misconduct or damages directly caused to natural +persons, the Licensor will in no event be liable for any direct or indirect, +material or moral, damages of any kind, arising out of the Licence or of the use +of the Work, including without limitation, damages for loss of goodwill, work +stoppage, computer failure or malfunction, loss of data or any commercial +damage, even if the Licensor has been advised of the possibility of such +damage. However, the Licensor will be liable under statutory product liability +laws as far such laws apply to the Work. + + + +9. Additional agreements + +While distributing the Original Work or Derivative Works, You may choose to +conclude an additional agreement to offer, and charge a fee for, acceptance of +support, warranty, indemnity, or other liability obligations and/or services +consistent with this Licence. However, in accepting such obligations, You may +act only on your own behalf and on your sole responsibility, not on behalf of +the original Licensor or any other Contributor, and only if You agree to +indemnify, defend, and hold each Contributor harmless for any liability incurred +by, or claims asserted against such Contributor by the fact You have accepted +any such warranty or additional liability. + + + +10. Acceptance of the Licence + +The provisions of this Licence can be accepted by clicking on an icon “I agree†+placed under the bottom of a window displaying the text of this Licence or by +affirming consent in any other similar way, in accordance with the rules of +applicable law. Clicking on that icon indicates your clear and irrevocable +acceptance of this Licence and all of its terms and conditions. + +Similarly, you irrevocably accept this Licence and all of its terms and +conditions by exercising any rights granted to You by Article 2 of this Licence, +such as the use of the Work, the creation by You of a Derivative Work or the +Distribution and/or Communication by You of the Work or copies thereof. + + + +11. Information to the public + +In case of any Distribution and/or Communication of the Work by means of +electronic communication by You (for example, by offering to download the Work +from a remote location) the distribution channel or media (for example, a +website) must at least provide to the public the information requested by the +applicable law regarding the Licensor, the Licence and the way it may be +accessible, concluded, stored and reproduced by the Licensee. + + + +12. Termination of the Licence + +The Licence and the rights granted hereunder will terminate automatically upon +any breach by the Licensee of the terms of the Licence. + +Such a termination will not terminate the licences of any person who has +received the Work from the Licensee under the Licence, provided such persons +remain in full compliance with the Licence. + + + +13. Miscellaneous + +Without prejudice of Article 9 above, the Licence represents the complete +agreement between the Parties as to the Work licensed hereunder. + +If any provision of the Licence is invalid or unenforceable under applicable +law, this will not affect the validity or enforceability of the Licence as a +whole. Such provision will be construed and/or reformed so as necessary to make +it valid and enforceable. + +The European Commission may publish other linguistic versions and/or new +versions of this Licence, so far this is required and reasonable, without +reducing the scope of the rights granted by the Licence. New versions of the +Licence will be published with a unique version number. + +All linguistic versions of this Licence, approved by the European Commission, +have identical value. Parties can take advantage of the linguistic version of +their choice. + + + +14. Jurisdiction + +Any litigation resulting from the interpretation of this License, arising +between the European Commission, as a Licensor, and any Licensee, will be +subject to the jurisdiction of the Court of Justice of the European Communities, +as laid down in article 238 of the Treaty establishing the European Community. + +Any litigation arising between Parties, other than the European Commission, and +resulting from the interpretation of this License, will be subject to the +exclusive jurisdiction of the competent court where the Licensor resides or +conducts its primary business. + + + +15. Applicable Law + +This Licence shall be governed by the law of the European Union country where +the Licensor resides or has his registered office. + +This licence shall be governed by the Belgian law if: + +- a litigation arises between the European Commission, as a Licensor, and any +- Licensee; the Licensor, other than the European Commission, has no residence +- or registered office inside a European Union country. + + +=== + + +Appendix + + + +“Compatible Licences†according to article 5 EUPL are: + + +- GNU General Public License (GNU GPL) v. 2 + +- Open Software License (OSL) v. 2.1, v. 3.0 + +- Common Public License v. 1.0 + +- Eclipse Public License v. 1.0 + +- Cecill v. 2.0 \ No newline at end of file diff --git a/target/archive-tmp/fileSetFormatter.1655824839.tmp/README b/target/archive-tmp/fileSetFormatter.1655824839.tmp/README new file mode 100644 index 0000000..341319d --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.1655824839.tmp/README @@ -0,0 +1,75 @@ +The gCube System - gCube GRSF Manage widget +-------------------------------------------------- + +${description} + + +This software is part of the gCube Framework (https://www.gcube-system.org/): an +open-source software toolkit used for building and operating Hybrid Data +Infrastructures enabling the dynamic deployment of Virtual Research Environments +by favouring the realisation of reuse oriented policies. + +The projects leading to this software have received funding from a series of +European Union programmes including: +* the Sixth Framework Programme for Research and Technological Development - +DILIGENT (grant no. 004260); +* the Seventh Framework Programme for research, technological development and +demonstration - D4Science (grant no. 212488), D4Science-II (grant no. +239019),ENVRI (grant no. 283465), EUBrazilOpenBio (grant no. 288754), iMarine +(grant no. 283644); +* the H2020 research and innovation programme - BlueBRIDGE (grant no. 675680), +EGIEngage (grant no. 654142), ENVRIplus (grant no. 654182), Parthenos (grant +no. 654119), SoBigData (grant no. 654024); + + +Version +-------------------------------------------------- + +1.0.0-SNAPSHOT (2017-01-26) + +Please see the file named "changelog.xml" in this directory for the release notes. + + +Authors +-------------------------------------------------- + +* Costantino Perciante (costantino.perciante@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). + +Maintainers +----------- + +* Costantino Perciante (costantino.perciante@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). + +Download information +-------------------------------------------------- + +Source code is available from SVN: + ${scm.url} + +Binaries can be downloaded from the gCube website: + https://www.gcube-system.org/ + + +Installation +-------------------------------------------------- + +Installation documentation is available on-line in the gCube Wiki: + https://wiki.gcube-system.org/gcube/index.php + +Documentation +-------------------------------------------------- + +Documentation is available on-line in the gCube Wiki: + https://wiki.gcube-system.org/gcube/index.php + +Support +-------------------------------------------------- + +Bugs and support requests can be reported in the gCube issue tracking tool: + https://support.d4science.org/projects/gcube/ + + +Licensing +-------------------------------------------------- + +This software is licensed under the terms you may find in the file named "LICENSE" in this directory. \ No newline at end of file diff --git a/target/archive-tmp/fileSetFormatter.1655824839.tmp/README.495587245.filtered b/target/archive-tmp/fileSetFormatter.1655824839.tmp/README.495587245.filtered new file mode 100644 index 0000000..341319d --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.1655824839.tmp/README.495587245.filtered @@ -0,0 +1,75 @@ +The gCube System - gCube GRSF Manage widget +-------------------------------------------------- + +${description} + + +This software is part of the gCube Framework (https://www.gcube-system.org/): an +open-source software toolkit used for building and operating Hybrid Data +Infrastructures enabling the dynamic deployment of Virtual Research Environments +by favouring the realisation of reuse oriented policies. + +The projects leading to this software have received funding from a series of +European Union programmes including: +* the Sixth Framework Programme for Research and Technological Development - +DILIGENT (grant no. 004260); +* the Seventh Framework Programme for research, technological development and +demonstration - D4Science (grant no. 212488), D4Science-II (grant no. +239019),ENVRI (grant no. 283465), EUBrazilOpenBio (grant no. 288754), iMarine +(grant no. 283644); +* the H2020 research and innovation programme - BlueBRIDGE (grant no. 675680), +EGIEngage (grant no. 654142), ENVRIplus (grant no. 654182), Parthenos (grant +no. 654119), SoBigData (grant no. 654024); + + +Version +-------------------------------------------------- + +1.0.0-SNAPSHOT (2017-01-26) + +Please see the file named "changelog.xml" in this directory for the release notes. + + +Authors +-------------------------------------------------- + +* Costantino Perciante (costantino.perciante@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). + +Maintainers +----------- + +* Costantino Perciante (costantino.perciante@isti.cnr.it), Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo" - CNR, Pisa (Italy). + +Download information +-------------------------------------------------- + +Source code is available from SVN: + ${scm.url} + +Binaries can be downloaded from the gCube website: + https://www.gcube-system.org/ + + +Installation +-------------------------------------------------- + +Installation documentation is available on-line in the gCube Wiki: + https://wiki.gcube-system.org/gcube/index.php + +Documentation +-------------------------------------------------- + +Documentation is available on-line in the gCube Wiki: + https://wiki.gcube-system.org/gcube/index.php + +Support +-------------------------------------------------- + +Bugs and support requests can be reported in the gCube issue tracking tool: + https://support.d4science.org/projects/gcube/ + + +Licensing +-------------------------------------------------- + +This software is licensed under the terms you may find in the file named "LICENSE" in this directory. \ No newline at end of file diff --git a/target/archive-tmp/fileSetFormatter.1655824839.tmp/changelog.xml b/target/archive-tmp/fileSetFormatter.1655824839.tmp/changelog.xml new file mode 100644 index 0000000..7765166 --- /dev/null +++ b/target/archive-tmp/fileSetFormatter.1655824839.tmp/changelog.xml @@ -0,0 +1,5 @@ +Please enter your name: | +|
+ | + |
+ |