Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace SystemConverter with SystemUpgrader #25

Merged
merged 2 commits into from
Jul 8, 2015

Conversation

bluekeyes
Copy link
Member

Remove close() implementation from BaseFileSystem because it was not flexible enough for real use cases (see also #24).

Refactor SSH system creation to better support HostControlSystems. Essentially, constructing any system also creates its pair, but this is relatively lightweight because connections are shared.

Fixes #12.

Expose this type as the return type for HostAccessors.getDefault() so
that clients don't have to handle IOException when opening the default
system.
}

@Test
public void upgradetLocalExecutionSystem() throws IOException {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

upgradet

Remove close() implementation from BaseFileSystem because it was not
flexible enough for real use cases (see also #24).

Refactor SSH system creation to better support HostControlSystems.
Essentially, constructing any system also creates its pair, but this is
relatively lightweight because connections are shared.

Fixes #12.
@bluekeyes bluekeyes force-pushed the fix/system-converter branch from 361e1fd to 7f0bed8 Compare July 8, 2015 03:34
bluekeyes added a commit that referenced this pull request Jul 8, 2015
Replace SystemConverter with SystemUpgrader
@bluekeyes bluekeyes merged commit e6fbf19 into develop Jul 8, 2015
@bluekeyes bluekeyes deleted the fix/system-converter branch July 8, 2015 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve SystemConverter
2 participants