Skip to content

Commit

Permalink
Actividad 10
Browse files Browse the repository at this point in the history
  • Loading branch information
luisagalva committed Jan 12, 2018
1 parent e609952 commit 5a3dcc8
Show file tree
Hide file tree
Showing 33 changed files with 224 additions and 652 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="lib" path="/Users/luisa/myRepo/Java101/src/lib/log4j-1.2-api-2.9.1.jar"/>
<classpathentry kind="lib" path="/Users/luisa/myRepo/Java101/src/lib/log4j-api-2.9.1.jar"/>
<classpathentry kind="lib" path="/Users/luisa/myRepo/Java101/src/lib/log4j-iostreams-2.9.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Binary file modified bin/.DS_Store
Binary file not shown.
Binary file removed bin/Cloud/Description.class
Binary file not shown.
Binary file removed bin/Cloud/Enums/PowerState.class
Binary file not shown.
Binary file removed bin/Cloud/Exceptions/CloudGenericException.class
Binary file not shown.
Binary file removed bin/Cloud/Interfaces/Powerable.class
Binary file not shown.
Binary file removed bin/Cloud/VirtualDevice.class
Binary file not shown.
Binary file removed bin/cloud/HardDiskDrive.class
Binary file not shown.
Binary file removed bin/cloud/Main.class
Binary file not shown.
Binary file removed bin/cloud/NetworkCard.class
Binary file not shown.
Binary file removed bin/cloud/VirtualMachine.class
Binary file not shown.
Binary file removed bin/cloud/util/CloudUtil.class
Binary file not shown.
Binary file added bin/io/AAdmin.class
Binary file not shown.
Binary file added bin/io/NIO2RecursiveDir.class
Binary file not shown.
20 changes: 20 additions & 0 deletions bin/log4j2.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
<Appenders>
<Console name="Console" target="SYSTEM_OUT">
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n" />
</Console>
<File name="Logfile" fileName="logs/aadmin.log" immediateFlush="true"
append="true">
<PatternLayout
pattern="%d{yyy-MM-dd HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n" />
</File>
</Appenders>
<Loggers>
<Logger name="io.AAdmin" level="info">

</Logger>
<Root level="error"><AppenderRef ref="Logfile" /></Root>
</Loggers>

</Configuration>
Binary file modified src/.DS_Store
Binary file not shown.
27 changes: 0 additions & 27 deletions src/Cloud/Description.java

This file was deleted.

8 changes: 0 additions & 8 deletions src/Cloud/Enums/PowerState.java

This file was deleted.

13 changes: 0 additions & 13 deletions src/Cloud/Exceptions/CloudGenericException.java

This file was deleted.

8 changes: 0 additions & 8 deletions src/Cloud/Interfaces/Powerable.java

This file was deleted.

35 changes: 0 additions & 35 deletions src/Cloud/VirtualDevice.java

This file was deleted.

66 changes: 0 additions & 66 deletions src/cloud/HardDiskDrive.java

This file was deleted.

80 changes: 0 additions & 80 deletions src/cloud/Main.java

This file was deleted.

95 changes: 0 additions & 95 deletions src/cloud/NetworkCard.java

This file was deleted.

Loading

0 comments on commit 5a3dcc8

Please sign in to comment.