C D E F G H M N O P R S T U V 
All Classes All Packages

C

calculateDependencies(Boolean) - Method in class org.palladiosimulator.dependencytool.DependencyCalculator
Assign dependencies to the repositories.
close() - Method in class org.palladiosimulator.dependencytool.EmbeddedNeo4j
 
close() - Method in class org.palladiosimulator.dependencytool.P2RepositoryReader
 
commit(Set<RepositoryObject>) - Method in class org.palladiosimulator.dependencytool.EmbeddedNeo4j
Commit the given repository object to the Neo4j database instance.
createTopologyHierarchy() - Method in class org.palladiosimulator.dependencytool.GraphicalRepresentation
Creates topology layers of elements which are interchangeable in the topology of this graph.
CustomEdge - Class in org.palladiosimulator.dependencytool
Extension of DefaultEdge to get public access to getters.
CustomEdge() - Constructor for class org.palladiosimulator.dependencytool.CustomEdge
 

D

Dependency() - Constructor for class org.palladiosimulator.dependencytool.Views.Dependency
 
DependencyCalculator - Class in org.palladiosimulator.dependencytool
Handles the assignment of provided objects to required objects.
DependencyCalculator(GitHubAPIHandler, UpdateSiteTypes) - Constructor for class org.palladiosimulator.dependencytool.DependencyCalculator
Create a new DependencyCalculator object to handle the assignment of dependencies.
DependencyCLI - Class in org.palladiosimulator.dependencytool
Command Line Interface for the dependency tool.

E

EmbeddedNeo4j - Class in org.palladiosimulator.dependencytool
The Class EmbeddedNeo4j.
EmbeddedNeo4j() - Constructor for class org.palladiosimulator.dependencytool.EmbeddedNeo4j
Instantiates a new embedded Neo4j database instance.

F

FeatureXML - Class in org.palladiosimulator.dependencytool
Handling of feature.xml files.
FeatureXML(Document, Boolean) - Constructor for class org.palladiosimulator.dependencytool.FeatureXML
Create a new feature.xml object from a feature.xml file.

G

getBundles(String) - Method in class org.palladiosimulator.dependencytool.GitHubAPIHandler
 
getContentfromFile(String, String) - Method in class org.palladiosimulator.dependencytool.GitHubAPIHandler
 
getDependencies() - Method in class org.palladiosimulator.dependencytool.ManifestHandler
Parses dependencies for all given bundles.
getDependencies() - Method in class org.palladiosimulator.dependencytool.RepositoryObject
 
getDependency() - Method in class org.palladiosimulator.dependencytool.RepositoryObject
 
getFeatures(String) - Method in class org.palladiosimulator.dependencytool.GitHubAPIHandler
 
getGraph() - Method in class org.palladiosimulator.dependencytool.GraphicalRepresentation
 
getRepoNames() - Method in class org.palladiosimulator.dependencytool.GitHubAPIHandler
 
getRepoPath(String) - Method in class org.palladiosimulator.dependencytool.GitHubAPIHandler
 
getRepositoryAdress() - Method in class org.palladiosimulator.dependencytool.RepositoryObject
 
getRepositoryName() - Method in class org.palladiosimulator.dependencytool.RepositoryObject
 
getRequiredBundles() - Method in class org.palladiosimulator.dependencytool.FeatureXML
 
getRequiredBundles() - Method in class org.palladiosimulator.dependencytool.ManifestMF
Parses the manifest.mf file for names of bundles specified in require-bundle.
getRequiredBundles() - Method in class org.palladiosimulator.dependencytool.RepositoryObject
 
getRequiredFeatures() - Method in class org.palladiosimulator.dependencytool.FeatureXML
 
getRequiredFeatures() - Method in class org.palladiosimulator.dependencytool.RepositoryObject
 
getSource() - Method in class org.palladiosimulator.dependencytool.CustomEdge
 
getTarget() - Method in class org.palladiosimulator.dependencytool.CustomEdge
 
getTopologyHierachy() - Method in class org.palladiosimulator.dependencytool.GraphicalRepresentation
 
getUpdateSite() - Method in class org.palladiosimulator.dependencytool.RepositoryObject
 
GitHubAPIHandler - Class in org.palladiosimulator.dependencytool
Handler to interact with the GitHub API.
GitHubAPIHandler(String, String, List<String>) - Constructor for class org.palladiosimulator.dependencytool.GitHubAPIHandler
Create a new handler object for the given GitHub organization.
GraphicalRepresentation - Class in org.palladiosimulator.dependencytool
Holds a graph object constructed out of dependencies given in repository Objects.
GraphicalRepresentation(Set<RepositoryObject>) - Constructor for class org.palladiosimulator.dependencytool.GraphicalRepresentation
Creates a new GraphicalRepresentation object.

H

hasCycles(boolean) - Method in class org.palladiosimulator.dependencytool.GraphicalRepresentation
Check if the graph has cycles.
HttpGetReader - Interface in org.palladiosimulator.dependencytool
 

M

main(String[]) - Static method in class org.palladiosimulator.dependencytool.DependencyCLI
Main method for CLI.
ManifestHandler - Class in org.palladiosimulator.dependencytool
Handles parsing for manifest.mf files for all given bundles in the given repository.
ManifestHandler(String, Set<String>) - Constructor for class org.palladiosimulator.dependencytool.ManifestHandler
 
ManifestHandler(String, Set<String>, HttpGetReader) - Constructor for class org.palladiosimulator.dependencytool.ManifestHandler
 
ManifestMF - Class in org.palladiosimulator.dependencytool
Holds content of a manifest.mf file.
ManifestMF(InputStream) - Constructor for class org.palladiosimulator.dependencytool.ManifestMF
 

N

NIGHTLY - org.palladiosimulator.dependencytool.UpdateSiteTypes
 

O

org.palladiosimulator.dependencytool - package org.palladiosimulator.dependencytool
 

P

P2RepositoryReader - Class in org.palladiosimulator.dependencytool
Parser for P2Repositories.
P2RepositoryReader() - Constructor for class org.palladiosimulator.dependencytool.P2RepositoryReader
 
PalladioConstants - Class in org.palladiosimulator.dependencytool
Palladio specific constants.

R

read(URL) - Method in interface org.palladiosimulator.dependencytool.HttpGetReader
 
readProvidedBundles(String) - Method in class org.palladiosimulator.dependencytool.P2RepositoryReader
Returns all bundles from the update site.
readProvidedFeatures(String) - Method in class org.palladiosimulator.dependencytool.P2RepositoryReader
Returns all features from the update site.
RELEASE - org.palladiosimulator.dependencytool.UpdateSiteTypes
 
RepositoryObject - Class in org.palladiosimulator.dependencytool
An object holding all relevant information about the according repository.
RepositoryObject(String, GitHubAPIHandler, boolean) - Constructor for class org.palladiosimulator.dependencytool.RepositoryObject
Create a new RepositoryObject from the given repository name.

S

setDependencies(Set<RepositoryObject>) - Method in class org.palladiosimulator.dependencytool.RepositoryObject
Adds dependencies to the repository.

T

Topology() - Constructor for class org.palladiosimulator.dependencytool.Views.Topology
 
toString() - Method in class org.palladiosimulator.dependencytool.RepositoryObject
 
toString() - Method in enum org.palladiosimulator.dependencytool.UpdateSiteTypes
 

U

UPDATESITE - Static variable in class org.palladiosimulator.dependencytool.PalladioConstants
 
UpdateSiteTypes - Enum in org.palladiosimulator.dependencytool
 

V

valueOf(String) - Static method in enum org.palladiosimulator.dependencytool.UpdateSiteTypes
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.palladiosimulator.dependencytool.UpdateSiteTypes
Returns an array containing the constants of this enum type, in the order they are declared.
Views - Class in org.palladiosimulator.dependencytool
Needed to use ObjectWriter.withView
Views() - Constructor for class org.palladiosimulator.dependencytool.Views
 
Views.Dependency - Class in org.palladiosimulator.dependencytool
 
Views.Topology - Class in org.palladiosimulator.dependencytool
 
C D E F G H M N O P R S T U V 
All Classes All Packages