Aligned package names
This commit is contained in:
parent
fd64e5fc85
commit
05ffdc68a2
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entities;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.AlreadyPresentException;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entities;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.AvailableInAnotherContextException;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entities;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.CreationException;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entities;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.NotFoundException;
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entities.facet;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.EntityAlreadyPresentException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entities.EntityAlreadyPresentException;
|
||||
|
||||
|
||||
/**
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entities.facet;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.EntityAvailableInAnotherContextException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entities.EntityAvailableInAnotherContextException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,9 +1,9 @@
|
|||
/**
|
||||
*
|
||||
*/
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entities.facet;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.EntityCreationException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entities.EntityCreationException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entities.facet;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.EntityNotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entities.EntityNotFoundException;
|
||||
|
||||
|
||||
/**
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entities.resource;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.EntityAlreadyPresentException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entities.EntityAlreadyPresentException;
|
||||
|
||||
|
||||
/**
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entities.resource;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.EntityAvailableInAnotherContextException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entities.EntityAvailableInAnotherContextException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,9 +1,9 @@
|
|||
/**
|
||||
*
|
||||
*/
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entities.resource;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.EntityCreationException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entities.EntityCreationException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.entities.resource;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.EntityNotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entities.EntityNotFoundException;
|
||||
|
||||
|
||||
/**
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.query;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.queries;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.AlreadyPresentException;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.AvailableInAnotherContextException;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.CreationException;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.NotFoundException;
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.consistsof;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations.consistsof;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationAlreadyPresentException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relations.RelationAlreadyPresentException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.consistsof;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations.consistsof;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationAvailableInAnotherContextException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relations.RelationAvailableInAnotherContextException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.consistsof;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations.consistsof;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationCreationException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relations.RelationCreationException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.consistsof;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations.consistsof;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationNotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relations.RelationNotFoundException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.isparentof;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isparentof;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationAlreadyPresentException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relations.RelationAlreadyPresentException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.isparentof;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isparentof;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.isparentof;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isparentof;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException;
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.isparentof;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isparentof;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationNotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relations.RelationNotFoundException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.isrelatedto;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isrelatedto;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationAlreadyPresentException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relations.RelationAlreadyPresentException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.isrelatedto;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isrelatedto;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationAvailableInAnotherContextException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relations.RelationAvailableInAnotherContextException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.isrelatedto;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isrelatedto;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationCreationException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relations.RelationCreationException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,6 +1,6 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relation.isrelatedto;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.relations.isrelatedto;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationNotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relations.RelationNotFoundException;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.schema;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.types;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.AlreadyPresentException;
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
/**
|
||||
*
|
||||
*/
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.schema;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.types;
|
||||
|
||||
/**
|
||||
* @author Luca Frosini (ISTI - CNR)
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.schema;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.types;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.schema;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.types;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.NotFoundException;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.api.exceptions.schema;
|
||||
package org.gcube.informationsystem.resourceregistry.api.exceptions.types;
|
||||
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException;
|
||||
|
|
@ -15,12 +15,12 @@ import org.gcube.informationsystem.resourceregistry.api.exceptions.AvailableInAn
|
|||
import org.gcube.informationsystem.resourceregistry.api.exceptions.ExceptionMapper;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.NotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.ResourceRegistryException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet.FacetAvailableInAnotherContextException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.facet.FacetNotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource.ResourceAvailableInAnotherContextException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entity.resource.ResourceNotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationAvailableInAnotherContextException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relation.RelationNotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entities.facet.FacetAvailableInAnotherContextException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entities.facet.FacetNotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entities.resource.ResourceAvailableInAnotherContextException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.entities.resource.ResourceNotFoundException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relations.RelationAvailableInAnotherContextException;
|
||||
import org.gcube.informationsystem.resourceregistry.api.exceptions.relations.RelationNotFoundException;
|
||||
import org.gcube.informationsystem.utils.ElementMapper;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
|
Loading…
Reference in New Issue